#B65ACF

Color #B65ACF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B65ACF

Tints of Medium Orchid #B65ACF

Color information

#B65ACF (or 0xB65ACF) is unknown color: approx Medium Orchid. HEX triplet: B6, 5A and CF. RGB value is (182,90,207). Sum of RGB (Red+Green+Blue) = 182+90+207=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B65ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ACF is #49A530. Grayscale: #828282. Windows color (decimal): -4826417 or 13589174. OLE color: 13589174.

HSL color Cylindrical-coordinate representation of color #B65ACF: hue angle of 287.18º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65ACF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18290207-
CMYK0.120.5700.19
HSL287.18º54.93%58.24%-
HSV(B)287.18º56.52%81.18%-
XYZ34.2121.7661.43-
YUV130.85170.98164.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 90 (35.55% from 255) = 18.79%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=38.00%
G=18.79%
B=43.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182902070.120.5700.19287.1854.9358.24
HexB65ACFC3901311f373a
Octal26613231714710234376772
Binary101101101011010110011111100111001010011100011111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65ACF; }

 p { color: rgb(182,90,207); }

 H1.HeaderClassName
 {
   color: #B65ACF;
 }
 .AnyTagClassName
 {
   color: #B65ACF;
 }
</style>
background-color css

<style>
 a { background-color: #B65ACF; }

 a { background-color: rgb(182,90,207); }

 div.DivClassName
 {
   background-color: #B65ACF;
 }
 .BgClassName
 {
   background-color: #B65ACF;
 }
</style>
border-color css

<style>
 span { border-color: #B65ACF; }

 span { border-color: rgb(182,90,207); }

 td.TdClassName
 {
   border-color: #B65ACF;
 }
 .TagClassName
 {
   border-color: #B65ACF;
 }
</style>