Html Css Color HEX #BA70DB Medium Orchid

📋 copy color: '#BA70DB'

red 186 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #BA70DB

Tints of Medium Orchid #BA70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.66%

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

R = 35.98%
G = 21.66%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA70DB (or 0xBA70DB) is known color: Medium Orchid. HEX triplet: BA, 70 and DB. RGB value is (186,112,219). Sum of RGB (Red+Green+Blue) = 186+112+219=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70DB is #458F24. Grayscale: #919191. Windows color (decimal): -4558629 or 14381242. OLE color: 14381242.

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

Color convert

RGB 186 112 219 -
CMYK 0.15 0.49 0 0.14
HSL 281.5º 0.6% 0.65% -
HSV(B) 281.5º 0.49% 0.86% -
XYZ 38.83 27.14 70.21 -
YUV 146.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 186 112 219 0.15 0.49 0 0.14 281.5 0.6 0.65
Hex BA 70 DB F 31 0 E 119 3C 41
Octal 272 160 333 17 61 0 16 431 74 101
Binary 10111010 1110000 11011011 1111 110001 0 1110 100011001 111100 1000001

Color Harmonies of #BA70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70DB

Black with #BA70DB

Text Example


Text Example

White with #BA70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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