Html Css Color HEX #BA2EEE Dark Orchid

📋 copy color: '#BA2EEE'

red 186 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #BA2EEE

Tints of Dark Orchid #BA2EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 39.57%
G = 9.79%
B = 50.64%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA2EEE (or 0xBA2EEE) is known color: Dark Orchid. HEX triplet: BA, 2E and EE. RGB value is (186,46,238). Sum of RGB (Red+Green+Blue) = 186+46+238=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EEE is #45D111. Grayscale: #6D6D6D. Windows color (decimal): -4575506 or 15609530. OLE color: 15609530.

HSL color Cylindrical-coordinate representation of color #BA2EEE: hue angle of 283.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2EEE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 46 238 -
CMYK 0.22 0.81 0 0.07
HSL 283.75º 0.85% 0.56% -
HSV(B) 283.75º 0.81% 0.93% -
XYZ 36.66 18.57 82.54 -
YUV 109.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 186 46 238 0.22 0.81 0 0.07 283.75 0.85 0.56
Hex BA 2E EE 16 51 0 7 11C 55 38
Octal 272 56 356 26 121 0 7 434 125 70
Binary 10111010 101110 11101110 10110 1010001 0 111 100011100 1010101 111000

Color Harmonies of #BA2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EEE

Black with #BA2EEE

Text Example


Text Example

White with #BA2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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