Html Css Color HEX #BA2EEA Dark Orchid

📋 copy color: '#BA2EEA'

red 186 ◦ green 46 ◦ blue 234

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

Shades of Dark Orchid #BA2EEA

Tints of Dark Orchid #BA2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.87%

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 39.91%
G = 9.87%
B = 50.21%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA2EEA (or 0xBA2EEA) is known color: Dark Orchid. HEX triplet: BA, 2E and EA. RGB value is (186,46,234). Sum of RGB (Red+Green+Blue) = 186+46+234=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EEA is #45D115. Grayscale: #6C6C6C. Windows color (decimal): -4575510 or 15347386. OLE color: 15347386.

HSL color Cylindrical-coordinate representation of color #BA2EEA: hue angle of 284.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2EEA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 46 234 -
CMYK 0.21 0.80 0 0.08
HSL 284.68º 0.82% 0.55% -
HSV(B) 284.68º 0.8% 0.92% -
XYZ 36.08 18.33 79.48 -
YUV 109.29 198.38 182.71 -
System Red Green Blue C M Y K H S L
Decimal 186 46 234 0.21 0.80 0 0.08 284.68 0.82 0.55
Hex BA 2E EA 15 50 0 8 11D 52 37
Octal 272 56 352 25 120 0 10 435 122 67
Binary 10111010 101110 11101010 10101 1010000 0 1000 100011101 1010010 110111

Color Harmonies of #BA2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EEA

Black with #BA2EEA

Text Example


Text Example

White with #BA2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EEA; }

 p { color: rgb(186,46,234); }

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

background-color css

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

 a { background-color: rgb(186,46,234); }

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

border-color css

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

 span { border-color: rgb(186,46,234); }

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