#BA33CC

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

Shades of Medium Orchid #BA33CC

Tints of Medium Orchid #BA33CC

Color information

#BA33CC (or 0xBA33CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 33 and CC. RGB value is (186,51,204). Sum of RGB (Red+Green+Blue) = 186+51+204=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33CC is #45CC33. Grayscale: #6C6C6C. Windows color (decimal): -4574260 or 13382586. OLE color: 13382586.

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

Color convert

RGB18651204-
CMYK0.090.7500.2
HSL292.94º60%50%-
HSV(B)292.94º75%80%-
XYZ32.3317.1758.74-
YUV108.81181.73183.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=42.18%
G=11.56%
B=46.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186512040.090.7500.2292.946050
HexBA33CC94B0141253c32
Octal27263314111130244457462
Binary101110101100111100110010011001011010100100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33CC; }

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

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

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

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

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

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

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

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