Html Css Color HEX #BA70DC Medium Orchid

📋 copy color: '#BA70DC'

red 186 ◦ green 112 ◦ blue 220

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

Shades of Medium Orchid #BA70DC

Tints of Medium Orchid #BA70DC

RGB

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

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

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

R = 35.91%
G = 21.62%
B = 42.47%

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

#BA70DC (or 0xBA70DC) is known color: Medium Orchid. HEX triplet: BA, 70 and DC. RGB value is (186,112,220). Sum of RGB (Red+Green+Blue) = 186+112+220=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70DC is #458F23. Grayscale: #929292. Windows color (decimal): -4558628 or 14446778. OLE color: 14446778.

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

Color convert

RGB 186 112 220 -
CMYK 0.15 0.49 0 0.14
HSL 281.11º 0.61% 0.65% -
HSV(B) 281.11º 0.49% 0.86% -
XYZ 38.96 27.19 70.91 -
YUV 146.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 186 112 220 0.15 0.49 0 0.14 281.11 0.61 0.65
Hex BA 70 DC F 31 0 E 119 3D 41
Octal 272 160 334 17 61 0 16 431 75 101
Binary 10111010 1110000 11011100 1111 110001 0 1110 100011001 111101 1000001

Color Harmonies of #BA70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70DC

Black with #BA70DC

Text Example


Text Example

White with #BA70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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