Html Css Color HEX #BA24E3 Dark Orchid

📋 copy color: '#BA24E3'

red 186 ◦ green 36 ◦ blue 227

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

Shades of Dark Orchid #BA24E3

Tints of Dark Orchid #BA24E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.56%

R = 41.43%
G = 8.02%
B = 50.56%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA24E3 (or 0xBA24E3) is known color: Dark Orchid. HEX triplet: BA, 24 and E3. RGB value is (186,36,227). Sum of RGB (Red+Green+Blue) = 186+36+227=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA24E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24E3 is #45DB1C. Grayscale: #666666. Windows color (decimal): -4578077 or 14886074. OLE color: 14886074.

HSL color Cylindrical-coordinate representation of color #BA24E3: hue angle of 287.12º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA24E3 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 36 227 -
CMYK 0.18 0.84 0 0.11
HSL 287.12º 0.77% 0.52% -
HSV(B) 287.12º 0.84% 0.89% -
XYZ 34.75 17.25 74.17 -
YUV 102.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 186 36 227 0.18 0.84 0 0.11 287.12 0.77 0.52
Hex BA 24 E3 12 54 0 B 11F 4D 34
Octal 272 44 343 22 124 0 13 437 115 64
Binary 10111010 100100 11100011 10010 1010100 0 1011 100011111 1001101 110100

Color Harmonies of #BA24E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24E3

Black with #BA24E3

Text Example


Text Example

White with #BA24E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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