#B933DC

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

Shades of Medium Orchid #B933DC

Tints of Medium Orchid #B933DC

Color information

#B933DC (or 0xB933DC) is unknown color: approx Medium Orchid. HEX triplet: B9, 33 and DC. RGB value is (185,51,220). Sum of RGB (Red+Green+Blue) = 185+51+220=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B933DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933DC is #46CC23. Grayscale: #6D6D6D. Windows color (decimal): -4639780 or 14431161. OLE color: 14431161.

HSL color Cylindrical-coordinate representation of color #B933DC: hue angle of 287.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B933DC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18551220-
CMYK0.160.7700.14
HSL287.57º70.71%53.14%-
HSV(B)287.57º76.82%86.27%-
XYZ34.1117.8569.36-
YUV110.33189.89181.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 51 (20.31% from 255) = 11.18%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=40.57%
G=11.18%
B=48.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185512200.160.7700.14287.5770.7153.14
HexB933DC104D0E1204735
Octal271633342011501644010765
Binary1011100111001111011100100001001101011101001000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933DC; }

 p { color: rgb(185,51,220); }

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

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

 a { background-color: rgb(185,51,220); }

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

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

 span { border-color: rgb(185,51,220); }

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