Html Css Color HEX #BA72DB Medium Orchid

📋 copy color: '#BA72DB'

red 186 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #BA72DB

Tints of Medium Orchid #BA72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.97%

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

R = 35.84%
G = 21.97%
B = 42.2%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA72DB (or 0xBA72DB) is known color: Medium Orchid. HEX triplet: BA, 72 and DB. RGB value is (186,114,219). Sum of RGB (Red+Green+Blue) = 186+114+219=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72DB is #458D24. Grayscale: #939393. Windows color (decimal): -4558117 or 14381754. OLE color: 14381754.

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

Color convert

RGB 186 114 219 -
CMYK 0.15 0.48 0 0.14
HSL 281.14º 0.59% 0.65% -
HSV(B) 281.14º 0.48% 0.86% -
XYZ 39.05 27.59 70.28 -
YUV 147.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 186 114 219 0.15 0.48 0 0.14 281.14 0.59 0.65
Hex BA 72 DB F 30 0 E 119 3B 41
Octal 272 162 333 17 60 0 16 431 73 101
Binary 10111010 1110010 11011011 1111 110000 0 1110 100011001 111011 1000001

Color Harmonies of #BA72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72DB

Black with #BA72DB

Text Example


Text Example

White with #BA72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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