Html Css Color HEX #BA2DEE Dark Orchid

📋 copy color: '#BA2DEE'

red 186 ◦ green 45 ◦ blue 238

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

Shades of Dark Orchid #BA2DEE

Tints of Dark Orchid #BA2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.59%

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

R = 39.66%
G = 9.59%
B = 50.75%

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

#BA2DEE (or 0xBA2DEE) is known color: Dark Orchid. HEX triplet: BA, 2D and EE. RGB value is (186,45,238). Sum of RGB (Red+Green+Blue) = 186+45+238=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DEE is #45D211. Grayscale: #6C6C6C. Windows color (decimal): -4575762 or 15609274. OLE color: 15609274.

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

Color convert

RGB 186 45 238 -
CMYK 0.22 0.81 0 0.07
HSL 283.83º 0.85% 0.55% -
HSV(B) 283.83º 0.81% 0.93% -
XYZ 36.62 18.49 82.53 -
YUV 109.16 200.71 182.81 -
System Red Green Blue C M Y K H S L
Decimal 186 45 238 0.22 0.81 0 0.07 283.83 0.85 0.55
Hex BA 2D EE 16 51 0 7 11C 55 37
Octal 272 55 356 26 121 0 7 434 125 67
Binary 10111010 101101 11101110 10110 1010001 0 111 100011100 1010101 110111

Color Harmonies of #BA2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DEE

Black with #BA2DEE

Text Example


Text Example

White with #BA2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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