Html Css Color HEX #BA70DD Medium Orchid

📋 copy color: '#BA70DD'

red 186 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #BA70DD

Tints of Medium Orchid #BA70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 35.84%
G = 21.58%
B = 42.58%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA70DD (or 0xBA70DD) is known color: Medium Orchid. HEX triplet: BA, 70 and DD. RGB value is (186,112,221). Sum of RGB (Red+Green+Blue) = 186+112+221=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70DD is #458F22. Grayscale: #929292. Windows color (decimal): -4558627 or 14512314. OLE color: 14512314.

HSL color Cylindrical-coordinate representation of color #BA70DD: hue angle of 280.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA70DD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 112 221 -
CMYK 0.16 0.49 0 0.13
HSL 280.73º 0.62% 0.65% -
HSV(B) 280.73º 0.49% 0.87% -
XYZ 39.1 27.25 71.61 -
YUV 146.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 186 112 221 0.16 0.49 0 0.13 280.73 0.62 0.65
Hex BA 70 DD 10 31 0 D 119 3E 41
Octal 272 160 335 20 61 0 15 431 76 101
Binary 10111010 1110000 11011101 10000 110001 0 1101 100011001 111110 1000001

Color Harmonies of #BA70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70DD

Black with #BA70DD

Text Example


Text Example

White with #BA70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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