Html Css Color HEX #BA24DB Dark Orchid

📋 copy color: '#BA24DB'

red 186 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #BA24DB

Tints of Dark Orchid #BA24DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.16%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 42.18%
G = 8.16%
B = 49.66%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA24DB (or 0xBA24DB) is known color: Dark Orchid. HEX triplet: BA, 24 and DB. RGB value is (186,36,219). Sum of RGB (Red+Green+Blue) = 186+36+219=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24DB is #45DB24. Grayscale: #656565. Windows color (decimal): -4578085 or 14361786. OLE color: 14361786.

HSL color Cylindrical-coordinate representation of color #BA24DB: hue angle of 289.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA24DB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 36 219 -
CMYK 0.15 0.84 0 0.14
HSL 289.18º 0.72% 0.5% -
HSV(B) 289.18º 0.84% 0.86% -
XYZ 33.67 16.82 68.49 -
YUV 101.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 186 36 219 0.15 0.84 0 0.14 289.18 0.72 0.5
Hex BA 24 DB F 54 0 E 121 48 32
Octal 272 44 333 17 124 0 16 441 110 62
Binary 10111010 100100 11011011 1111 1010100 0 1110 100100001 1001000 110010

Color Harmonies of #BA24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24DB

Black with #BA24DB

Text Example


Text Example

White with #BA24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24DB; }

 p { color: rgb(186,36,219); }

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

background-color css

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

 a { background-color: rgb(186,36,219); }

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

border-color css

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

 span { border-color: rgb(186,36,219); }

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