Html Css Color HEX #BA24DC Dark Orchid

📋 copy color: '#BA24DC'

red 186 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #BA24DC

Tints of Dark Orchid #BA24DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 42.08%
G = 8.14%
B = 49.77%

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

#BA24DC (or 0xBA24DC) is known color: Dark Orchid. HEX triplet: BA, 24 and DC. RGB value is (186,36,220). Sum of RGB (Red+Green+Blue) = 186+36+220=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24DC is #45DB23. Grayscale: #656565. Windows color (decimal): -4578084 or 14427322. OLE color: 14427322.

HSL color Cylindrical-coordinate representation of color #BA24DC: hue angle of 288.91º 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 #BA24DC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 36 220 -
CMYK 0.15 0.84 0 0.14
HSL 288.91º 0.72% 0.5% -
HSV(B) 288.91º 0.84% 0.86% -
XYZ 33.8 16.87 69.18 -
YUV 101.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 186 36 220 0.15 0.84 0 0.14 288.91 0.72 0.5
Hex BA 24 DC F 54 0 E 121 48 32
Octal 272 44 334 17 124 0 16 441 110 62
Binary 10111010 100100 11011100 1111 1010100 0 1110 100100001 1001000 110010

Color Harmonies of #BA24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24DC

Black with #BA24DC

Text Example


Text Example

White with #BA24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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