Html Css Color HEX #BA2EED Dark Orchid

📋 copy color: '#BA2EED'

red 186 ◦ green 46 ◦ blue 237

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

Shades of Dark Orchid #BA2EED

Tints of Dark Orchid #BA2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 39.66%
G = 9.81%
B = 50.53%

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

#BA2EED (or 0xBA2EED) is known color: Dark Orchid. HEX triplet: BA, 2E and ED. RGB value is (186,46,237). Sum of RGB (Red+Green+Blue) = 186+46+237=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EED is #45D112. Grayscale: #6D6D6D. Windows color (decimal): -4575507 or 15543994. OLE color: 15543994.

HSL color Cylindrical-coordinate representation of color #BA2EED: hue angle of 283.98º degrees, saturation: 0.84, 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 #BA2EED is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 46 237 -
CMYK 0.22 0.81 0 0.07
HSL 283.98º 0.84% 0.55% -
HSV(B) 283.98º 0.81% 0.93% -
XYZ 36.51 18.51 81.77 -
YUV 109.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 186 46 237 0.22 0.81 0 0.07 283.98 0.84 0.55
Hex BA 2E ED 16 51 0 7 11C 54 37
Octal 272 56 355 26 121 0 7 434 124 67
Binary 10111010 101110 11101101 10110 1010001 0 111 100011100 1010100 110111

Color Harmonies of #BA2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EED

Black with #BA2EED

Text Example


Text Example

White with #BA2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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