Html Css Color HEX #BA2ECA Dark Orchid

📋 copy color: '#BA2ECA'

red 186 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #BA2ECA

Tints of Dark Orchid #BA2ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 42.86%
G = 10.6%
B = 46.54%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA2ECA (or 0xBA2ECA) is known color: Dark Orchid. HEX triplet: BA, 2E and CA. RGB value is (186,46,202). Sum of RGB (Red+Green+Blue) = 186+46+202=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA2ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ECA is #45D135. Grayscale: #696969. Windows color (decimal): -4575542 or 13250234. OLE color: 13250234.

HSL color Cylindrical-coordinate representation of color #BA2ECA: hue angle of 293.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2ECA is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 46 202 -
CMYK 0.08 0.77 0 0.21
HSL 293.85º 0.63% 0.49% -
HSV(B) 293.85º 0.77% 0.79% -
XYZ 31.89 16.66 57.41 -
YUV 105.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 186 46 202 0.08 0.77 0 0.21 293.85 0.63 0.49
Hex BA 2E CA 8 4D 0 15 126 3F 31
Octal 272 56 312 10 115 0 25 446 77 61
Binary 10111010 101110 11001010 1000 1001101 0 10101 100100110 111111 110001

Color Harmonies of #BA2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ECA

Black with #BA2ECA

Text Example


Text Example

White with #BA2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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