Html Css Color HEX #BA31EA Medium Orchid

📋 copy color: '#BA31EA'

red 186 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #BA31EA

Tints of Medium Orchid #BA31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 39.66%
G = 10.45%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA31EA (or 0xBA31EA) is known color: Medium Orchid. HEX triplet: BA, 31 and EA. RGB value is (186,49,234). Sum of RGB (Red+Green+Blue) = 186+49+234=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31EA is #45CE15. Grayscale: #6E6E6E. Windows color (decimal): -4574742 or 15348154. OLE color: 15348154.

HSL color Cylindrical-coordinate representation of color #BA31EA: hue angle of 284.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31EA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 49 234 -
CMYK 0.21 0.79 0 0.08
HSL 284.43º 0.81% 0.55% -
HSV(B) 284.43º 0.79% 0.92% -
XYZ 36.2 18.58 79.52 -
YUV 111.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 186 49 234 0.21 0.79 0 0.08 284.43 0.81 0.55
Hex BA 31 EA 15 4F 0 8 11C 51 37
Octal 272 61 352 25 117 0 10 434 121 67
Binary 10111010 110001 11101010 10101 1001111 0 1000 100011100 1010001 110111

Color Harmonies of #BA31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31EA

Black with #BA31EA

Text Example


Text Example

White with #BA31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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