#B932CD

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

Shades of Medium Orchid #B932CD

Tints of Medium Orchid #B932CD

Color information

#B932CD (or 0xB932CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 32 and CD. RGB value is (185,50,205). Sum of RGB (Red+Green+Blue) = 185+50+205=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #B932CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932CD is #46CD32. Grayscale: #6B6B6B. Windows color (decimal): -4640051 or 13447865. OLE color: 13447865.

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

Color convert

RGB18550205-
CMYK0.100.7600.20
HSL292.26º60.78%50%-
HSV(B)292.26º75.61%80.39%-
XYZ32.171759.34-
YUV108.04182.73182.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 50 (19.92% from 255) = 11.36%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=42.05%
G=11.36%
B=46.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185502050.100.7600.20292.2660.7850
HexB932CDA4C0141243d32
Octal27162315121140244447562
Binary101110011100101100110110101001100010100100100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932CD; }

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

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

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

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

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

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

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

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