Html Css Color HEX #BA70D6 Medium Orchid

📋 copy color: '#BA70D6'

red 186 ◦ green 112 ◦ blue 214

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

Shades of Medium Orchid #BA70D6

Tints of Medium Orchid #BA70D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 36.33%
G = 21.88%
B = 41.8%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA70D6 (or 0xBA70D6) is known color: Medium Orchid. HEX triplet: BA, 70 and D6. RGB value is (186,112,214). Sum of RGB (Red+Green+Blue) = 186+112+214=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70D6 is #458F29. Grayscale: #919191. Windows color (decimal): -4558634 or 14053562. OLE color: 14053562.

HSL color Cylindrical-coordinate representation of color #BA70D6: hue angle of 283.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA70D6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 112 214 -
CMYK 0.13 0.48 0 0.16
HSL 283.53º 0.55% 0.64% -
HSV(B) 283.53º 0.48% 0.84% -
XYZ 38.18 26.88 66.79 -
YUV 145.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 186 112 214 0.13 0.48 0 0.16 283.53 0.55 0.64
Hex BA 70 D6 D 30 0 10 11C 37 40
Octal 272 160 326 15 60 0 20 434 67 100
Binary 10111010 1110000 11010110 1101 110000 0 10000 100011100 110111 1000000

Color Harmonies of #BA70D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70D6

Black with #BA70D6

Text Example


Text Example

White with #BA70D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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