Html Css Color HEX #BA22E0 Dark Orchid

📋 copy color: '#BA22E0'

red 186 ◦ green 34 ◦ blue 224

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

Shades of Dark Orchid #BA22E0

Tints of Dark Orchid #BA22E0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.66%

 BLUE value IS 224 (87.89% from 255) = 50.45%

R = 41.89%
G = 7.66%
B = 50.45%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA22E0 (or 0xBA22E0) is known color: Dark Orchid. HEX triplet: BA, 22 and E0. RGB value is (186,34,224). Sum of RGB (Red+Green+Blue) = 186+34+224=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA22E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22E0 is #45DD1F. Grayscale: #646464. Windows color (decimal): -4578592 or 14688954. OLE color: 14688954.

HSL color Cylindrical-coordinate representation of color #BA22E0: hue angle of 288º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA22E0 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 34 224 -
CMYK 0.17 0.85 0 0.12
HSL 288º 0.75% 0.51% -
HSV(B) 288º 0.85% 0.88% -
XYZ 34.28 16.96 71.99 -
YUV 101.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 186 34 224 0.17 0.85 0 0.12 288 0.75 0.51
Hex BA 22 E0 11 55 0 C 120 4B 33
Octal 272 42 340 21 125 0 14 440 113 63
Binary 10111010 100010 11100000 10001 1010101 0 1100 100100000 1001011 110011

Color Harmonies of #BA22E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA22E0

Black with #BA22E0

Text Example


Text Example

White with #BA22E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA22E0; }

 p { color: rgb(186,34,224); }

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

background-color css

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

 a { background-color: rgb(186,34,224); }

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

border-color css

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

 span { border-color: rgb(186,34,224); }

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