#B950CA

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

Shades of Medium Orchid #B950CA

Tints of Medium Orchid #B950CA

Color information

#B950CA (or 0xB950CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 50 and CA. RGB value is (185,80,202). Sum of RGB (Red+Green+Blue) = 185+80+202=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B950CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950CA is #46AF35. Grayscale: #7C7C7C. Windows color (decimal): -4632374 or 13258937. OLE color: 13258937.

HSL color Cylindrical-coordinate representation of color #B950CA: hue angle of 291.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B950CA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18580202-
CMYK0.080.6000.21
HSL291.64º53.51%55.29%-
HSV(B)291.64º60.4%79.22%-
XYZ33.5420.3258.03-
YUV125.3171.29170.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 80 (31.64% from 255) = 17.13%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=39.61%
G=17.13%
B=43.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185802020.080.6000.21291.6453.5155.29
HexB950CA83C0151243637
Octal27112031210740254446667
Binary101110011010000110010101000111100010101100100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950CA; }

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

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

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

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

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

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

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

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