Html Css Color HEX #BA25D9 Dark Orchid

📋 copy color: '#BA25D9'

red 186 ◦ green 37 ◦ blue 217

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

Shades of Dark Orchid #BA25D9

Tints of Dark Orchid #BA25D9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.41%

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 42.27%
G = 8.41%
B = 49.32%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA25D9 (or 0xBA25D9) is known color: Dark Orchid. HEX triplet: BA, 25 and D9. RGB value is (186,37,217). Sum of RGB (Red+Green+Blue) = 186+37+217=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25D9 is #45DA26. Grayscale: #656565. Windows color (decimal): -4577831 or 14230970. OLE color: 14230970.

HSL color Cylindrical-coordinate representation of color #BA25D9: hue angle of 289.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA25D9 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 37 217 -
CMYK 0.14 0.83 0 0.15
HSL 289.67º 0.71% 0.5% -
HSV(B) 289.67º 0.83% 0.85% -
XYZ 33.44 16.77 67.12 -
YUV 102.07 192.86 187.86 -
System Red Green Blue C M Y K H S L
Decimal 186 37 217 0.14 0.83 0 0.15 289.67 0.71 0.5
Hex BA 25 D9 E 53 0 F 122 47 32
Octal 272 45 331 16 123 0 17 442 107 62
Binary 10111010 100101 11011001 1110 1010011 0 1111 100100010 1000111 110010

Color Harmonies of #BA25D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25D9

Black with #BA25D9

Text Example


Text Example

White with #BA25D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25D9; }

 p { color: rgb(186,37,217); }

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

background-color css

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

 a { background-color: rgb(186,37,217); }

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

border-color css

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

 span { border-color: rgb(186,37,217); }

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