Html Css Color HEX #BA2AE9 Dark Orchid

📋 copy color: '#BA2AE9'

red 186 ◦ green 42 ◦ blue 233

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

Shades of Dark Orchid #BA2AE9

Tints of Dark Orchid #BA2AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.54%

R = 40.35%
G = 9.11%
B = 50.54%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA2AE9 (or 0xBA2AE9) is known color: Dark Orchid. HEX triplet: BA, 2A and E9. RGB value is (186,42,233). Sum of RGB (Red+Green+Blue) = 186+42+233=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA2AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AE9 is #45D516. Grayscale: #6A6A6A. Windows color (decimal): -4576535 or 15280826. OLE color: 15280826.

HSL color Cylindrical-coordinate representation of color #BA2AE9: hue angle of 285.24º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2AE9 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 42 233 -
CMYK 0.20 0.82 0 0.09
HSL 285.24º 0.81% 0.54% -
HSV(B) 285.24º 0.82% 0.91% -
XYZ 35.79 17.98 78.67 -
YUV 106.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 186 42 233 0.20 0.82 0 0.09 285.24 0.81 0.54
Hex BA 2A E9 14 52 0 9 11D 51 36
Octal 272 52 351 24 122 0 11 435 121 66
Binary 10111010 101010 11101001 10100 1010010 0 1001 100011101 1010001 110110

Color Harmonies of #BA2AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AE9

Black with #BA2AE9

Text Example


Text Example

White with #BA2AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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