#B932CC

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

Shades of Medium Orchid #B932CC

Tints of Medium Orchid #B932CC

Color information

#B932CC (or 0xB932CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 32 and CC. RGB value is (185,50,204). Sum of RGB (Red+Green+Blue) = 185+50+204=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B932CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932CC is #46CD33. Grayscale: #6B6B6B. Windows color (decimal): -4640052 or 13382329. OLE color: 13382329.

HSL color Cylindrical-coordinate representation of color #B932CC: hue angle of 292.6º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B932CC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18550204-
CMYK0.090.7500.2
HSL292.6º60.63%49.8%-
HSV(B)292.6º75.49%80%-
XYZ32.0516.9658.71-
YUV107.92182.23182.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 50 (19.92% from 255) = 11.39%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=42.14%
G=11.39%
B=46.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185502040.090.7500.2292.660.6349.8
HexB932CC94B0141253d32
Octal27162314111130244457562
Binary101110011100101100110010011001011010100100100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932CC; }

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

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

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

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

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

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

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

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