Html Css Color HEX #BA31DC Medium Orchid

📋 copy color: '#BA31DC'

red 186 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #BA31DC

Tints of Medium Orchid #BA31DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 40.88%
G = 10.77%
B = 48.35%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA31DC (or 0xBA31DC) is known color: Medium Orchid. HEX triplet: BA, 31 and DC. RGB value is (186,49,220). Sum of RGB (Red+Green+Blue) = 186+49+220=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31DC is #45CE23. Grayscale: #6C6C6C. Windows color (decimal): -4574756 or 14430650. OLE color: 14430650.

HSL color Cylindrical-coordinate representation of color #BA31DC: hue angle of 288.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA31DC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 49 220 -
CMYK 0.15 0.78 0 0.14
HSL 288.07º 0.71% 0.53% -
HSV(B) 288.07º 0.78% 0.86% -
XYZ 34.27 17.8 69.34 -
YUV 109.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 186 49 220 0.15 0.78 0 0.14 288.07 0.71 0.53
Hex BA 31 DC F 4E 0 E 120 47 35
Octal 272 61 334 17 116 0 16 440 107 65
Binary 10111010 110001 11011100 1111 1001110 0 1110 100100000 1000111 110101

Color Harmonies of #BA31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31DC

Black with #BA31DC

Text Example


Text Example

White with #BA31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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