Html Css Color HEX #BA29C9 Dark Orchid

📋 copy color: '#BA29C9'

red 186 ◦ green 41 ◦ blue 201

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

Shades of Dark Orchid #BA29C9

Tints of Dark Orchid #BA29C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 43.46%
G = 9.58%
B = 46.96%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA29C9 (or 0xBA29C9) is known color: Dark Orchid. HEX triplet: BA, 29 and C9. RGB value is (186,41,201). Sum of RGB (Red+Green+Blue) = 186+41+201=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA29C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29C9 is #45D636. Grayscale: #666666. Windows color (decimal): -4576823 or 13183418. OLE color: 13183418.

HSL color Cylindrical-coordinate representation of color #BA29C9: hue angle of 294.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA29C9 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 41 201 -
CMYK 0.07 0.80 0 0.21
HSL 294.38º 0.66% 0.47% -
HSV(B) 294.38º 0.8% 0.79% -
XYZ 31.59 16.24 56.73 -
YUV 102.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 186 41 201 0.07 0.80 0 0.21 294.38 0.66 0.47
Hex BA 29 C9 7 50 0 15 126 42 2F
Octal 272 51 311 7 120 0 25 446 102 57
Binary 10111010 101001 11001001 111 1010000 0 10101 100100110 1000010 101111

Color Harmonies of #BA29C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29C9

Black with #BA29C9

Text Example


Text Example

White with #BA29C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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