#B965CC

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

Shades of Medium Orchid #B965CC

Tints of Medium Orchid #B965CC

Color information

#B965CC (or 0xB965CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 65 and CC. RGB value is (185,101,204). Sum of RGB (Red+Green+Blue) = 185+101+204=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B965CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965CC is #469A33. Grayscale: #898989. Windows color (decimal): -4626996 or 13395385. OLE color: 13395385.

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

Color convert

RGB185101204-
CMYK0.090.5000.2
HSL288.93º50.24%59.8%-
HSV(B)288.93º50.49%80%-
XYZ35.5623.9859.88-
YUV137.86165.33161.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=37.76%
G=20.61%
B=41.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851012040.090.5000.2288.9350.2459.8
HexB965CC932014121323c
Octal27114531411620244416274
Binary101110011100101110011001001110010010100100100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965CC; }

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

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

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

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

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

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

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

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