Html Css Color HEX #BA24CE Dark Orchid

📋 copy color: '#BA24CE'

red 186 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #BA24CE

Tints of Dark Orchid #BA24CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 43.46%
G = 8.41%
B = 48.13%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA24CE (or 0xBA24CE) is known color: Dark Orchid. HEX triplet: BA, 24 and CE. RGB value is (186,36,206). Sum of RGB (Red+Green+Blue) = 186+36+206=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24CE is #45DB31. Grayscale: #636363. Windows color (decimal): -4578098 or 13509818. OLE color: 13509818.

HSL color Cylindrical-coordinate representation of color #BA24CE: hue angle of 292.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA24CE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 36 206 -
CMYK 0.10 0.83 0 0.19
HSL 292.94º 0.7% 0.47% -
HSV(B) 292.94º 0.83% 0.81% -
XYZ 32.02 16.16 59.82 -
YUV 100.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 186 36 206 0.10 0.83 0 0.19 292.94 0.7 0.47
Hex BA 24 CE A 53 0 13 125 46 2F
Octal 272 44 316 12 123 0 23 445 106 57
Binary 10111010 100100 11001110 1010 1010011 0 10011 100100101 1000110 101111

Color Harmonies of #BA24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24CE

Black with #BA24CE

Text Example


Text Example

White with #BA24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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