Html Css Color HEX #BA31CE Medium Orchid

📋 copy color: '#BA31CE'

red 186 ◦ green 49 ◦ blue 206

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

Shades of Medium Orchid #BA31CE

Tints of Medium Orchid #BA31CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 42.18%
G = 11.11%
B = 46.71%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA31CE (or 0xBA31CE) is known color: Medium Orchid. HEX triplet: BA, 31 and CE. RGB value is (186,49,206). Sum of RGB (Red+Green+Blue) = 186+49+206=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31CE is #45CE31. Grayscale: #6B6B6B. Windows color (decimal): -4574770 or 13513146. OLE color: 13513146.

HSL color Cylindrical-coordinate representation of color #BA31CE: hue angle of 292.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA31CE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 49 206 -
CMYK 0.10 0.76 0 0.19
HSL 292.36º 0.62% 0.5% -
HSV(B) 292.36º 0.76% 0.81% -
XYZ 32.49 17.09 59.98 -
YUV 107.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 186 49 206 0.10 0.76 0 0.19 292.36 0.62 0.5
Hex BA 31 CE A 4C 0 13 124 3E 32
Octal 272 61 316 12 114 0 23 444 76 62
Binary 10111010 110001 11001110 1010 1001100 0 10011 100100100 111110 110010

Color Harmonies of #BA31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31CE

Black with #BA31CE

Text Example


Text Example

White with #BA31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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