Html Css Color HEX #BA25DF Dark Orchid

📋 copy color: '#BA25DF'

red 186 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #BA25DF

Tints of Dark Orchid #BA25DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 41.7%
G = 8.3%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA25DF (or 0xBA25DF) is known color: Dark Orchid. HEX triplet: BA, 25 and DF. RGB value is (186,37,223). Sum of RGB (Red+Green+Blue) = 186+37+223=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25DF is #45DA20. Grayscale: #666666. Windows color (decimal): -4577825 or 14624186. OLE color: 14624186.

HSL color Cylindrical-coordinate representation of color #BA25DF: hue angle of 288.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA25DF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 37 223 -
CMYK 0.17 0.83 0 0.13
HSL 288.06º 0.74% 0.51% -
HSV(B) 288.06º 0.83% 0.87% -
XYZ 34.23 17.09 71.31 -
YUV 102.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 186 37 223 0.17 0.83 0 0.13 288.06 0.74 0.51
Hex BA 25 DF 11 53 0 D 120 4A 33
Octal 272 45 337 21 123 0 15 440 112 63
Binary 10111010 100101 11011111 10001 1010011 0 1101 100100000 1001010 110011

Color Harmonies of #BA25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25DF

Black with #BA25DF

Text Example


Text Example

White with #BA25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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