#B665CD

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

Shades of Medium Orchid #B665CD

Tints of Medium Orchid #B665CD

Color information

#B665CD (or 0xB665CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 65 and CD. RGB value is (182,101,205). Sum of RGB (Red+Green+Blue) = 182+101+205=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B665CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CD is #499A32. Grayscale: #888888. Windows color (decimal): -4823603 or 13460918. OLE color: 13460918.

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

Color convert

RGB182101205-
CMYK0.110.5100.20
HSL286.73º50.98%60%-
HSV(B)286.73º50.73%80.39%-
XYZ34.9623.6660.48-
YUV137.07166.34160.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=37.30%
G=20.70%
B=42.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821012050.110.5100.20286.7350.9860
HexB665CDB3301411f333c
Octal26614531513630244376374
Binary101101101100101110011011011110011010100100011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B665CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B665CD; }

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

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

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

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

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

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

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

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