Html Css Color HEX #BA31ED Medium Orchid

📋 copy color: '#BA31ED'

red 186 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #BA31ED

Tints of Medium Orchid #BA31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 39.41%
G = 10.38%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA31ED (or 0xBA31ED) is known color: Medium Orchid. HEX triplet: BA, 31 and ED. RGB value is (186,49,237). Sum of RGB (Red+Green+Blue) = 186+49+237=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31ED is #45CE12. Grayscale: #6E6E6E. Windows color (decimal): -4574739 or 15544762. OLE color: 15544762.

HSL color Cylindrical-coordinate representation of color #BA31ED: hue angle of 283.72º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31ED is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 49 237 -
CMYK 0.22 0.79 0 0.07
HSL 283.72º 0.84% 0.56% -
HSV(B) 283.72º 0.79% 0.93% -
XYZ 36.63 18.75 81.81 -
YUV 111.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 186 49 237 0.22 0.79 0 0.07 283.72 0.84 0.56
Hex BA 31 ED 16 4F 0 7 11C 54 38
Octal 272 61 355 26 117 0 7 434 124 70
Binary 10111010 110001 11101101 10110 1001111 0 111 100011100 1010100 111000

Color Harmonies of #BA31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31ED

Black with #BA31ED

Text Example


Text Example

White with #BA31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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