Html Css Color HEX #BA2DCE Dark Orchid

📋 copy color: '#BA2DCE'

red 186 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #BA2DCE

Tints of Dark Orchid #BA2DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 42.56%
G = 10.3%
B = 47.14%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA2DCE (or 0xBA2DCE) is known color: Dark Orchid. HEX triplet: BA, 2D and CE. RGB value is (186,45,206). Sum of RGB (Red+Green+Blue) = 186+45+206=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DCE is #45D231. Grayscale: #696969. Windows color (decimal): -4575794 or 13512122. OLE color: 13512122.

HSL color Cylindrical-coordinate representation of color #BA2DCE: hue angle of 292.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2DCE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 45 206 -
CMYK 0.10 0.78 0 0.19
HSL 292.55º 0.64% 0.49% -
HSV(B) 292.55º 0.78% 0.81% -
XYZ 32.33 16.77 59.93 -
YUV 105.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 186 45 206 0.10 0.78 0 0.19 292.55 0.64 0.49
Hex BA 2D CE A 4E 0 13 125 40 31
Octal 272 55 316 12 116 0 23 445 100 61
Binary 10111010 101101 11001110 1010 1001110 0 10011 100100101 1000000 110001

Color Harmonies of #BA2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DCE

Black with #BA2DCE

Text Example


Text Example

White with #BA2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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