#B665CA

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

Shades of Medium Orchid #B665CA

Tints of Medium Orchid #B665CA

Color information

#B665CA (or 0xB665CA) is unknown color: approx Medium Orchid. HEX triplet: B6, 65 and CA. RGB value is (182,101,202). Sum of RGB (Red+Green+Blue) = 182+101+202=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B665CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CA is #499A35. Grayscale: #888888. Windows color (decimal): -4823606 or 13264310. OLE color: 13264310.

HSL color Cylindrical-coordinate representation of color #B665CA: hue angle of 288.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B665CA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182101202-
CMYK0.100.5000.21
HSL288.12º48.79%59.41%-
HSV(B)288.12º50%79.22%-
XYZ34.6123.5258.59-
YUV136.73164.84160.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=37.53%
G=20.82%
B=41.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821012020.100.5000.21288.1248.7959.41
HexB665CAA32015120313b
Octal26614531212620254406173
Binary101101101100101110010101010110010010101100100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B665CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B665CA; }

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

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

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

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

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

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

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

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