Html Css Color HEX #BA29CE Dark Orchid

📋 copy color: '#BA29CE'

red 186 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #BA29CE

Tints of Dark Orchid #BA29CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.47%

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

R = 42.96%
G = 9.47%
B = 47.58%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA29CE (or 0xBA29CE) is known color: Dark Orchid. HEX triplet: BA, 29 and CE. RGB value is (186,41,206). Sum of RGB (Red+Green+Blue) = 186+41+206=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29CE is #45D631. Grayscale: #666666. Windows color (decimal): -4576818 or 13511098. OLE color: 13511098.

HSL color Cylindrical-coordinate representation of color #BA29CE: hue angle of 292.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA29CE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 41 206 -
CMYK 0.10 0.80 0 0.19
HSL 292.73º 0.67% 0.48% -
HSV(B) 292.73º 0.8% 0.81% -
XYZ 32.18 16.48 59.88 -
YUV 103.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 186 41 206 0.10 0.80 0 0.19 292.73 0.67 0.48
Hex BA 29 CE A 50 0 13 125 43 30
Octal 272 51 316 12 120 0 23 445 103 60
Binary 10111010 101001 11001110 1010 1010000 0 10011 100100101 1000011 110000

Color Harmonies of #BA29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29CE

Black with #BA29CE

Text Example


Text Example

White with #BA29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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