#B65CC9

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

Shades of Medium Orchid #B65CC9

Tints of Medium Orchid #B65CC9

Color information

#B65CC9 (or 0xB65CC9) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and C9. RGB value is (182,92,201). Sum of RGB (Red+Green+Blue) = 182+92+201=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #B65CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CC9 is #49A336. Grayscale: #828282. Windows color (decimal): -4825911 or 13196470. OLE color: 13196470.

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

Color convert

RGB18292201-
CMYK0.090.5400.21
HSL289.54º50.23%57.45%-
HSV(B)289.54º54.23%78.82%-
XYZ33.6621.8257.7-
YUV131.34167.32164.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=38.32%
G=19.37%
B=42.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182922010.090.5400.21289.5450.2357.45
HexB65CC99360151223239
Octal26613431111660254426271
Binary101101101011100110010011001110110010101100100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CC9; }

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

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

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

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

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

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

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

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