Html Css Color HEX #BA2AC9 Dark Orchid

📋 copy color: '#BA2AC9'

red 186 ◦ green 42 ◦ blue 201

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

Shades of Dark Orchid #BA2AC9

Tints of Dark Orchid #BA2AC9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

 BLUE value IS 201 (78.91% from 255) = 46.85%

R = 43.36%
G = 9.79%
B = 46.85%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA2AC9 (or 0xBA2AC9) is known color: Dark Orchid. HEX triplet: BA, 2A and C9. RGB value is (186,42,201). Sum of RGB (Red+Green+Blue) = 186+42+201=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA2AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC9 is #45D536. Grayscale: #666666. Windows color (decimal): -4576567 or 13183674. OLE color: 13183674.

HSL color Cylindrical-coordinate representation of color #BA2AC9: hue angle of 294.34º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2AC9 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 42 201 -
CMYK 0.07 0.79 0 0.21
HSL 294.34º 0.65% 0.48% -
HSV(B) 294.34º 0.79% 0.79% -
XYZ 31.62 16.31 56.74 -
YUV 103.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 186 42 201 0.07 0.79 0 0.21 294.34 0.65 0.48
Hex BA 2A C9 7 4F 0 15 126 41 30
Octal 272 52 311 7 117 0 25 446 101 60
Binary 10111010 101010 11001001 111 1001111 0 10101 100100110 1000001 110000

Color Harmonies of #BA2AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AC9

Black with #BA2AC9

Text Example


Text Example

White with #BA2AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AC9; }

 p { color: rgb(186,42,201); }

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

background-color css

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

 a { background-color: rgb(186,42,201); }

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

border-color css

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

 span { border-color: rgb(186,42,201); }

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