Html Css Color HEX #BA2AC5 Dark Orchid

📋 copy color: '#BA2AC5'

red 186 ◦ green 42 ◦ blue 197

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

Shades of Dark Orchid #BA2AC5

Tints of Dark Orchid #BA2AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.35%

R = 43.76%
G = 9.88%
B = 46.35%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA2AC5 (or 0xBA2AC5) is known color: Dark Orchid. HEX triplet: BA, 2A and C5. RGB value is (186,42,197). Sum of RGB (Red+Green+Blue) = 186+42+197=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA2AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC5 is #45D53A. Grayscale: #666666. Windows color (decimal): -4576571 or 12921530. OLE color: 12921530.

HSL color Cylindrical-coordinate representation of color #BA2AC5: hue angle of 295.74º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2AC5 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 42 197 -
CMYK 0.06 0.79 0 0.23
HSL 295.74º 0.65% 0.47% -
HSV(B) 295.74º 0.79% 0.77% -
XYZ 31.16 16.13 54.29 -
YUV 102.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 186 42 197 0.06 0.79 0 0.23 295.74 0.65 0.47
Hex BA 2A C5 6 4F 0 17 128 41 2F
Octal 272 52 305 6 117 0 27 450 101 57
Binary 10111010 101010 11000101 110 1001111 0 10111 100101000 1000001 101111

Color Harmonies of #BA2AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AC5

Black with #BA2AC5

Text Example


Text Example

White with #BA2AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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