#BA33DC

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

Shades of Medium Orchid #BA33DC

Tints of Medium Orchid #BA33DC

Color information

#BA33DC (or 0xBA33DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 33 and DC. RGB value is (186,51,220). Sum of RGB (Red+Green+Blue) = 186+51+220=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DC is #45CC23. Grayscale: #6E6E6E. Windows color (decimal): -4574244 or 14431162. OLE color: 14431162.

HSL color Cylindrical-coordinate representation of color #BA33DC: hue angle of 287.93º 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 #BA33DC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18651220-
CMYK0.150.7700.14
HSL287.93º70.71%53.14%-
HSV(B)287.93º76.82%86.27%-
XYZ34.3517.9769.37-
YUV110.63189.73181.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=40.70%
G=11.16%
B=48.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186512200.150.7700.14287.9370.7153.14
HexBA33DCF4D0E1204735
Octal272633341711501644010765
Binary101110101100111101110011111001101011101001000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33DC; }

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

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

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

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

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

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

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

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