Html Css Color HEX #BA31D5 Medium Orchid

📋 copy color: '#BA31D5'

red 186 ◦ green 49 ◦ blue 213

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

Shades of Medium Orchid #BA31D5

Tints of Medium Orchid #BA31D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 41.52%
G = 10.94%
B = 47.54%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA31D5 (or 0xBA31D5) is known color: Medium Orchid. HEX triplet: BA, 31 and D5. RGB value is (186,49,213). Sum of RGB (Red+Green+Blue) = 186+49+213=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA31D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31D5 is #45CE2A. Grayscale: #6C6C6C. Windows color (decimal): -4574763 or 13971898. OLE color: 13971898.

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

Color convert

RGB 186 49 213 -
CMYK 0.13 0.77 0 0.16
HSL 290.12º 0.66% 0.51% -
HSV(B) 290.12º 0.77% 0.84% -
XYZ 33.36 17.44 64.56 -
YUV 108.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 186 49 213 0.13 0.77 0 0.16 290.12 0.66 0.51
Hex BA 31 D5 D 4D 0 10 122 42 33
Octal 272 61 325 15 115 0 20 442 102 63
Binary 10111010 110001 11010101 1101 1001101 0 10000 100100010 1000010 110011

Color Harmonies of #BA31D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31D5

Black with #BA31D5

Text Example


Text Example

White with #BA31D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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