Html Css Color HEX #BA24CA Dark Orchid

📋 copy color: '#BA24CA'

red 186 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #BA24CA

Tints of Dark Orchid #BA24CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 43.87%
G = 8.49%
B = 47.64%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA24CA (or 0xBA24CA) is known color: Dark Orchid. HEX triplet: BA, 24 and CA. RGB value is (186,36,202). Sum of RGB (Red+Green+Blue) = 186+36+202=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA24CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24CA is #45DB35. Grayscale: #636363. Windows color (decimal): -4578102 or 13247674. OLE color: 13247674.

HSL color Cylindrical-coordinate representation of color #BA24CA: hue angle of 294.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA24CA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 36 202 -
CMYK 0.08 0.82 0 0.21
HSL 294.22º 0.7% 0.47% -
HSV(B) 294.22º 0.82% 0.79% -
XYZ 31.54 15.97 57.3 -
YUV 99.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 186 36 202 0.08 0.82 0 0.21 294.22 0.7 0.47
Hex BA 24 CA 8 52 0 15 126 46 2F
Octal 272 44 312 10 122 0 25 446 106 57
Binary 10111010 100100 11001010 1000 1010010 0 10101 100100110 1000110 101111

Color Harmonies of #BA24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24CA

Black with #BA24CA

Text Example


Text Example

White with #BA24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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