Html Css Color HEX #BA31DB Medium Orchid

📋 copy color: '#BA31DB'

red 186 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #BA31DB

Tints of Medium Orchid #BA31DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 40.97%
G = 10.79%
B = 48.24%

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

#BA31DB (or 0xBA31DB) is known color: Medium Orchid. HEX triplet: BA, 31 and DB. RGB value is (186,49,219). Sum of RGB (Red+Green+Blue) = 186+49+219=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31DB is #45CE24. Grayscale: #6C6C6C. Windows color (decimal): -4574757 or 14365114. OLE color: 14365114.

HSL color Cylindrical-coordinate representation of color #BA31DB: hue angle of 288.35º degrees, saturation: 0.7, 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 #BA31DB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 49 219 -
CMYK 0.15 0.78 0 0.14
HSL 288.35º 0.7% 0.53% -
HSV(B) 288.35º 0.78% 0.86% -
XYZ 34.13 17.75 68.64 -
YUV 109.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 186 49 219 0.15 0.78 0 0.14 288.35 0.7 0.53
Hex BA 31 DB F 4E 0 E 120 46 35
Octal 272 61 333 17 116 0 16 440 106 65
Binary 10111010 110001 11011011 1111 1001110 0 1110 100100000 1000110 110101

Color Harmonies of #BA31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31DB

Black with #BA31DB

Text Example


Text Example

White with #BA31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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