#B665CC

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

Shades of Medium Orchid #B665CC

Tints of Medium Orchid #B665CC

Color information

#B665CC (or 0xB665CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 65 and CC. RGB value is (182,101,204). Sum of RGB (Red+Green+Blue) = 182+101+204=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B665CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CC is #499A33. Grayscale: #888888. Windows color (decimal): -4823604 or 13395382. OLE color: 13395382.

HSL color Cylindrical-coordinate representation of color #B665CC: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B665CC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182101204-
CMYK0.110.5000.2
HSL287.18º50.24%59.8%-
HSV(B)287.18º50.49%80%-
XYZ34.8423.6159.85-
YUV136.96165.84160.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=37.37%
G=20.74%
B=41.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821012040.110.5000.2287.1850.2459.8
HexB665CCB3201411f323c
Octal26614531413620244376274
Binary101101101100101110011001011110010010100100011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B665CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B665CC; }

 p { color: rgb(182,101,204); }

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

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

 a { background-color: rgb(182,101,204); }

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

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

 span { border-color: rgb(182,101,204); }

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