#B935CB

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

Shades of Medium Orchid #B935CB

Tints of Medium Orchid #B935CB

Color information

#B935CB (or 0xB935CB) is unknown color: approx Medium Orchid. HEX triplet: B9, 35 and CB. RGB value is (185,53,203). Sum of RGB (Red+Green+Blue) = 185+53+203=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B935CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CB is #46CA34. Grayscale: #6D6D6D. Windows color (decimal): -4639285 or 13317561. OLE color: 13317561.

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

Color convert

RGB18553203-
CMYK0.090.7400.20
HSL292.8º59.06%50.2%-
HSV(B)292.8º73.89%79.61%-
XYZ32.0617.1758.12-
YUV109.57180.73181.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 53 (21.09% from 255) = 12.02%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=41.95%
G=12.02%
B=46.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185532030.090.7400.20292.859.0650.2
HexB935CB94A0141253b32
Octal27165313111120244457362
Binary101110011101011100101110011001010010100100100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935CB; }

 p { color: rgb(185,53,203); }

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

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

 a { background-color: rgb(185,53,203); }

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

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

 span { border-color: rgb(185,53,203); }

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