Html Css Color HEX #BA76DB Medium Orchid

📋 copy color: '#BA76DB'

red 186 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #BA76DB

Tints of Medium Orchid #BA76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.56%

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

R = 35.56%
G = 22.56%
B = 41.87%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA76DB (or 0xBA76DB) is known color: Medium Orchid. HEX triplet: BA, 76 and DB. RGB value is (186,118,219). Sum of RGB (Red+Green+Blue) = 186+118+219=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76DB is #458924. Grayscale: #959595. Windows color (decimal): -4557093 or 14382778. OLE color: 14382778.

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

Color convert

RGB 186 118 219 -
CMYK 0.15 0.46 0 0.14
HSL 280.4º 0.58% 0.66% -
HSV(B) 280.4º 0.46% 0.86% -
XYZ 39.51 28.51 70.44 -
YUV 149.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 186 118 219 0.15 0.46 0 0.14 280.4 0.58 0.66
Hex BA 76 DB F 2E 0 E 118 3A 42
Octal 272 166 333 17 56 0 16 430 72 102
Binary 10111010 1110110 11011011 1111 101110 0 1110 100011000 111010 1000010

Color Harmonies of #BA76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76DB

Black with #BA76DB

Text Example


Text Example

White with #BA76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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