#B65CCA

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

Shades of Medium Orchid #B65CCA

Tints of Medium Orchid #B65CCA

Color information

#B65CCA (or 0xB65CCA) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and CA. RGB value is (182,92,202). Sum of RGB (Red+Green+Blue) = 182+92+202=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #B65CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CCA is #49A335. Grayscale: #838383. Windows color (decimal): -4825910 or 13262006. OLE color: 13262006.

HSL color Cylindrical-coordinate representation of color #B65CCA: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65CCA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18292202-
CMYK0.100.5400.21
HSL289.09º50.93%57.65%-
HSV(B)289.09º54.46%79.22%-
XYZ33.7821.8658.32-
YUV131.45167.82164.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=38.24%
G=19.33%
B=42.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182922020.100.5400.21289.0950.9357.65
HexB65CCAA36015121333a
Octal26613431212660254416372
Binary101101101011100110010101010110110010101100100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CCA; }

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

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

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

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

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

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

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

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