#B965CA

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

Shades of Medium Orchid #B965CA

Tints of Medium Orchid #B965CA

Color information

#B965CA (or 0xB965CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 65 and CA. RGB value is (185,101,202). Sum of RGB (Red+Green+Blue) = 185+101+202=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #B965CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965CA is #469A35. Grayscale: #898989. Windows color (decimal): -4626998 or 13264313. OLE color: 13264313.

HSL color Cylindrical-coordinate representation of color #B965CA: hue angle of 289.9º 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 #B965CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185101202-
CMYK0.080.5000.21
HSL289.9º48.79%59.41%-
HSV(B)289.9º50%79.22%-
XYZ35.3223.8958.63-
YUV137.63164.33161.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=37.91%
G=20.70%
B=41.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851012020.080.5000.21289.948.7959.41
HexB965CA832015122313b
Octal27114531210620254426173
Binary101110011100101110010101000110010010101100100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965CA; }

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

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

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

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

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

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

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

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