Html Css Color HEX #BA70DE Medium Orchid

📋 copy color: '#BA70DE'

red 186 ◦ green 112 ◦ blue 222

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

Shades of Medium Orchid #BA70DE

Tints of Medium Orchid #BA70DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 35.77%
G = 21.54%
B = 42.69%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA70DE (or 0xBA70DE) is known color: Medium Orchid. HEX triplet: BA, 70 and DE. RGB value is (186,112,222). Sum of RGB (Red+Green+Blue) = 186+112+222=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70DE is #458F21. Grayscale: #929292. Windows color (decimal): -4558626 or 14577850. OLE color: 14577850.

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

Color convert

RGB 186 112 222 -
CMYK 0.16 0.50 0 0.13
HSL 280.36º 0.63% 0.65% -
HSV(B) 280.36º 0.5% 0.87% -
XYZ 39.23 27.3 72.31 -
YUV 146.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 186 112 222 0.16 0.50 0 0.13 280.36 0.63 0.65
Hex BA 70 DE 10 32 0 D 118 3E 41
Octal 272 160 336 20 62 0 15 430 76 101
Binary 10111010 1110000 11011110 10000 110010 0 1101 100011000 111110 1000001

Color Harmonies of #BA70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70DE

Black with #BA70DE

Text Example


Text Example

White with #BA70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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