Html Css Color HEX #BA2DEC Dark Orchid

📋 copy color: '#BA2DEC'

red 186 ◦ green 45 ◦ blue 236

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

Shades of Dark Orchid #BA2DEC

Tints of Dark Orchid #BA2DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 39.83%
G = 9.64%
B = 50.54%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA2DEC (or 0xBA2DEC) is known color: Dark Orchid. HEX triplet: BA, 2D and EC. RGB value is (186,45,236). Sum of RGB (Red+Green+Blue) = 186+45+236=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DEC is #45D213. Grayscale: #6C6C6C. Windows color (decimal): -4575764 or 15478202. OLE color: 15478202.

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

Color convert

RGB 186 45 236 -
CMYK 0.21 0.81 0 0.07
HSL 284.29º 0.83% 0.55% -
HSV(B) 284.29º 0.81% 0.93% -
XYZ 36.33 18.37 80.99 -
YUV 108.93 199.71 182.97 -
System Red Green Blue C M Y K H S L
Decimal 186 45 236 0.21 0.81 0 0.07 284.29 0.83 0.55
Hex BA 2D EC 15 51 0 7 11C 53 37
Octal 272 55 354 25 121 0 7 434 123 67
Binary 10111010 101101 11101100 10101 1010001 0 111 100011100 1010011 110111

Color Harmonies of #BA2DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DEC

Black with #BA2DEC

Text Example


Text Example

White with #BA2DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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