Html Css Color HEX #BA25E4 Dark Orchid

📋 copy color: '#BA25E4'

red 186 ◦ green 37 ◦ blue 228

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

Shades of Dark Orchid #BA25E4

Tints of Dark Orchid #BA25E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.55%

R = 41.24%
G = 8.2%
B = 50.55%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA25E4 (or 0xBA25E4) is known color: Dark Orchid. HEX triplet: BA, 25 and E4. RGB value is (186,37,228). Sum of RGB (Red+Green+Blue) = 186+37+228=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA25E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25E4 is #45DA1B. Grayscale: #666666. Windows color (decimal): -4577820 or 14951866. OLE color: 14951866.

HSL color Cylindrical-coordinate representation of color #BA25E4: hue angle of 286.81º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA25E4 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 37 228 -
CMYK 0.18 0.84 0 0.11
HSL 286.81º 0.78% 0.52% -
HSV(B) 286.81º 0.84% 0.89% -
XYZ 34.91 17.36 74.91 -
YUV 103.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 186 37 228 0.18 0.84 0 0.11 286.81 0.78 0.52
Hex BA 25 E4 12 54 0 B 11F 4E 34
Octal 272 45 344 22 124 0 13 437 116 64
Binary 10111010 100101 11100100 10010 1010100 0 1011 100011111 1001110 110100

Color Harmonies of #BA25E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25E4

Black with #BA25E4

Text Example


Text Example

White with #BA25E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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