Html Css Color HEX #BA31E5 Medium Orchid

📋 copy color: '#BA31E5'

red 186 ◦ green 49 ◦ blue 229

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

Shades of Medium Orchid #BA31E5

Tints of Medium Orchid #BA31E5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.56%

 BLUE value IS 229 (89.84% from 255) = 49.35%

R = 40.09%
G = 10.56%
B = 49.35%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA31E5 (or 0xBA31E5) is known color: Medium Orchid. HEX triplet: BA, 31 and E5. RGB value is (186,49,229). Sum of RGB (Red+Green+Blue) = 186+49+229=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31E5 is #45CE1A. Grayscale: #6D6D6D. Windows color (decimal): -4574747 or 15020474. OLE color: 15020474.

HSL color Cylindrical-coordinate representation of color #BA31E5: hue angle of 285.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31E5 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 49 229 -
CMYK 0.19 0.79 0 0.10
HSL 285.67º 0.78% 0.55% -
HSV(B) 285.67º 0.79% 0.9% -
XYZ 35.49 18.29 75.79 -
YUV 110.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 186 49 229 0.19 0.79 0 0.10 285.67 0.78 0.55
Hex BA 31 E5 13 4F 0 A 11E 4E 37
Octal 272 61 345 23 117 0 12 436 116 67
Binary 10111010 110001 11100101 10011 1001111 0 1010 100011110 1001110 110111

Color Harmonies of #BA31E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31E5

Black with #BA31E5

Text Example


Text Example

White with #BA31E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31E5; }

 p { color: rgb(186,49,229); }

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

background-color css

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

 a { background-color: rgb(186,49,229); }

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

border-color css

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

 span { border-color: rgb(186,49,229); }

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