Html Css Color HEX #BA2CCE Dark Orchid

📋 copy color: '#BA2CCE'

red 186 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #BA2CCE

Tints of Dark Orchid #BA2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.09%

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

R = 42.66%
G = 10.09%
B = 47.25%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA2CCE (or 0xBA2CCE) is known color: Dark Orchid. HEX triplet: BA, 2C and CE. RGB value is (186,44,206). Sum of RGB (Red+Green+Blue) = 186+44+206=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CCE is #45D331. Grayscale: #686868. Windows color (decimal): -4576050 or 13511866. OLE color: 13511866.

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

Color convert

RGB 186 44 206 -
CMYK 0.10 0.79 0 0.19
HSL 292.59º 0.65% 0.49% -
HSV(B) 292.59º 0.79% 0.81% -
XYZ 32.29 16.7 59.91 -
YUV 104.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 186 44 206 0.10 0.79 0 0.19 292.59 0.65 0.49
Hex BA 2C CE A 4F 0 13 125 41 31
Octal 272 54 316 12 117 0 23 445 101 61
Binary 10111010 101100 11001110 1010 1001111 0 10011 100100101 1000001 110001

Color Harmonies of #BA2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CCE

Black with #BA2CCE

Text Example


Text Example

White with #BA2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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