Html Css Color HEX #BA31D7 Medium Orchid

📋 copy color: '#BA31D7'

red 186 ◦ green 49 ◦ blue 215

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

Shades of Medium Orchid #BA31D7

Tints of Medium Orchid #BA31D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.78%

R = 41.33%
G = 10.89%
B = 47.78%

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

#BA31D7 (or 0xBA31D7) is known color: Medium Orchid. HEX triplet: BA, 31 and D7. RGB value is (186,49,215). Sum of RGB (Red+Green+Blue) = 186+49+215=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA31D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31D7 is #45CE28. Grayscale: #6C6C6C. Windows color (decimal): -4574761 or 14102970. OLE color: 14102970.

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

Color convert

RGB 186 49 215 -
CMYK 0.13 0.77 0 0.16
HSL 289.52º 0.67% 0.52% -
HSV(B) 289.52º 0.77% 0.84% -
XYZ 33.61 17.54 65.9 -
YUV 108.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 186 49 215 0.13 0.77 0 0.16 289.52 0.67 0.52
Hex BA 31 D7 D 4D 0 10 122 43 34
Octal 272 61 327 15 115 0 20 442 103 64
Binary 10111010 110001 11010111 1101 1001101 0 10000 100100010 1000011 110100

Color Harmonies of #BA31D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31D7

Black with #BA31D7

Text Example


Text Example

White with #BA31D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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