#BA42CB

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

Shades of Medium Orchid #BA42CB

Tints of Medium Orchid #BA42CB

Color information

#BA42CB (or 0xBA42CB) is unknown color: approx Medium Orchid. HEX triplet: BA, 42 and CB. RGB value is (186,66,203). Sum of RGB (Red+Green+Blue) = 186+66+203=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA42CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CB is #45BD34. Grayscale: #757575. Windows color (decimal): -4570421 or 13320890. OLE color: 13320890.

HSL color Cylindrical-coordinate representation of color #BA42CB: hue angle of 292.55º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA42CB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18666203-
CMYK0.080.6700.20
HSL292.55º56.85%52.75%-
HSV(B)292.55º67.49%79.61%-
XYZ32.9818.6558.36-
YUV117.5176.26176.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 66 (26.17% from 255) = 14.51%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=40.88%
G=14.51%
B=44.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186662030.080.6700.20292.5556.8552.75
HexBA42CB8430141253935
Octal272102313101030244457165
Binary1011101010000101100101110001000011010100100100101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42CB; }

 p { color: rgb(186,66,203); }

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

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

 a { background-color: rgb(186,66,203); }

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

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

 span { border-color: rgb(186,66,203); }

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