#BC33DA

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

Shades of Medium Orchid #BC33DA

Tints of Medium Orchid #BC33DA

Color information

#BC33DA (or 0xBC33DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 33 and DA. RGB value is (188,51,218). Sum of RGB (Red+Green+Blue) = 188+51+218=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DA is #43CC25. Grayscale: #6E6E6E. Windows color (decimal): -4443174 or 14300092. OLE color: 14300092.

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

Color convert

RGB18851218-
CMYK0.140.7700.15
HSL289.22º69.29%52.75%-
HSV(B)289.22º76.61%85.49%-
XYZ34.5818.1268-
YUV111188.39182.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=41.14%
G=11.16%
B=47.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188512180.140.7700.15289.2269.2952.75
HexBC33DAE4D0F1214535
Octal274633321611501744110565
Binary101111001100111101101011101001101011111001000011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33DA; }

 p { color: rgb(188,51,218); }

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

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

 a { background-color: rgb(188,51,218); }

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

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

 span { border-color: rgb(188,51,218); }

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