#B65CCD

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

Shades of Medium Orchid #B65CCD

Tints of Medium Orchid #B65CCD

Color information

#B65CCD (or 0xB65CCD) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and CD. RGB value is (182,92,205). Sum of RGB (Red+Green+Blue) = 182+92+205=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B65CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CCD is #49A332. Grayscale: #838383. Windows color (decimal): -4825907 or 13458614. OLE color: 13458614.

HSL color Cylindrical-coordinate representation of color #B65CCD: hue angle of 287.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65CCD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18292205-
CMYK0.110.5500.20
HSL287.79º53.05%58.24%-
HSV(B)287.79º55.12%80.39%-
XYZ34.1422.0160.21-
YUV131.79169.32163.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=38.00%
G=19.21%
B=42.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182922050.110.5500.20287.7953.0558.24
HexB65CCDB37014120353a
Octal26613431513670244406572
Binary101101101011100110011011011110111010100100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CCD; }

 p { color: rgb(182,92,205); }

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

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

 a { background-color: rgb(182,92,205); }

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

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

 span { border-color: rgb(182,92,205); }

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