Html Css Color HEX #BA2ECC Dark Orchid

📋 copy color: '#BA2ECC'

red 186 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #BA2ECC

Tints of Dark Orchid #BA2ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 42.66%
G = 10.55%
B = 46.79%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA2ECC (or 0xBA2ECC) is known color: Dark Orchid. HEX triplet: BA, 2E and CC. RGB value is (186,46,204). Sum of RGB (Red+Green+Blue) = 186+46+204=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ECC is #45D133. Grayscale: #696969. Windows color (decimal): -4575540 or 13381306. OLE color: 13381306.

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

Color convert

RGB 186 46 204 -
CMYK 0.09 0.77 0 0.2
HSL 293.16º 0.63% 0.49% -
HSV(B) 293.16º 0.77% 0.8% -
XYZ 32.13 16.75 58.67 -
YUV 105.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 186 46 204 0.09 0.77 0 0.2 293.16 0.63 0.49
Hex BA 2E CC 9 4D 0 14 125 3F 31
Octal 272 56 314 11 115 0 24 445 77 61
Binary 10111010 101110 11001100 1001 1001101 0 10100 100100101 111111 110001

Color Harmonies of #BA2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ECC

Black with #BA2ECC

Text Example


Text Example

White with #BA2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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