#BA2CCB

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

Shades of Dark Orchid #BA2CCB

Tints of Dark Orchid #BA2CCB

Color information

#BA2CCB (or 0xBA2CCB) is unknown color: approx Dark Orchid. HEX triplet: BA, 2C and CB. RGB value is (186,44,203). Sum of RGB (Red+Green+Blue) = 186+44+203=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CCB is #45D334. Grayscale: #686868. Windows color (decimal): -4576053 or 13315258. OLE color: 13315258.

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

Color convert

RGB18644203-
CMYK0.080.7800.20
HSL293.58º64.37%48.43%-
HSV(B)293.58º78.33%79.61%-
XYZ31.9316.5558.01-
YUV104.58183.54186.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 44 (17.58% from 255) = 10.16%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=42.96%
G=10.16%
B=46.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186442030.080.7800.20293.5864.3748.43
HexBA2CCB84E0141264030
Octal272543131011602444610060
Binary1011101010110011001011100010011100101001001001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CCB; }

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

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

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

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

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

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

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

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