Html Css Color HEX #BA25D6 Dark Orchid

📋 copy color: '#BA25D6'

red 186 ◦ green 37 ◦ blue 214

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

Shades of Dark Orchid #BA25D6

Tints of Dark Orchid #BA25D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 42.56%
G = 8.47%
B = 48.97%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA25D6 (or 0xBA25D6) is known color: Dark Orchid. HEX triplet: BA, 25 and D6. RGB value is (186,37,214). Sum of RGB (Red+Green+Blue) = 186+37+214=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA25D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25D6 is #45DA29. Grayscale: #656565. Windows color (decimal): -4577834 or 14034362. OLE color: 14034362.

HSL color Cylindrical-coordinate representation of color #BA25D6: hue angle of 290.51º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA25D6 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 37 214 -
CMYK 0.13 0.83 0 0.16
HSL 290.51º 0.71% 0.49% -
HSV(B) 290.51º 0.83% 0.84% -
XYZ 33.05 16.62 65.08 -
YUV 101.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 186 37 214 0.13 0.83 0 0.16 290.51 0.71 0.49
Hex BA 25 D6 D 53 0 10 123 47 31
Octal 272 45 326 15 123 0 20 443 107 61
Binary 10111010 100101 11010110 1101 1010011 0 10000 100100011 1000111 110001

Color Harmonies of #BA25D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25D6

Black with #BA25D6

Text Example


Text Example

White with #BA25D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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