Html Css Color HEX #BA2CCC Dark Orchid

📋 copy color: '#BA2CCC'

red 186 ◦ green 44 ◦ blue 204

#BA2CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BA2CCC

Tints of Dark Orchid #BA2CCC

RGB

 RED value IS 186 (73.05% from 255) = 42.86%

 GREEN value IS 44 (17.58% from 255) = 10.14%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 42.86%
G = 10.14%
B = 47%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA2CCC (or 0xBA2CCC) is known color: Dark Orchid. HEX triplet: BA, 2C and CC. RGB value is (186,44,204). Sum of RGB (Red+Green+Blue) = 186+44+204=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CCC is #45D333. Grayscale: #686868. Windows color (decimal): -4576052 or 13380794. OLE color: 13380794.

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

Color convert

RGB 186 44 204 -
CMYK 0.09 0.78 0 0.2
HSL 293.25º 0.65% 0.49% -
HSV(B) 293.25º 0.78% 0.8% -
XYZ 32.05 16.6 58.64 -
YUV 104.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 186 44 204 0.09 0.78 0 0.2 293.25 0.65 0.49
Hex BA 2C CC 9 4E 0 14 125 41 31
Octal 272 54 314 11 116 0 24 445 101 61
Binary 10111010 101100 11001100 1001 1001110 0 10100 100100101 1000001 110001

Color Harmonies of #BA2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CCC

Black with #BA2CCC

Text Example


Text Example

White with #BA2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CCC; }

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

 H1.HeaderClassName
 {
   color: #BA2CCC;
 }
 .AnyTagClassName
 {
   color: #BA2CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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