Html Css Color HEX #BA70EB Medium Orchid

📋 copy color: '#BA70EB'

red 186 ◦ green 112 ◦ blue 235

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

Shades of Medium Orchid #BA70EB

Tints of Medium Orchid #BA70EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 34.9%
G = 21.01%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA70EB (or 0xBA70EB) is known color: Medium Orchid. HEX triplet: BA, 70 and EB. RGB value is (186,112,235). Sum of RGB (Red+Green+Blue) = 186+112+235=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA70EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70EB is #458F14. Grayscale: #939393. Windows color (decimal): -4558613 or 15429818. OLE color: 15429818.

HSL color Cylindrical-coordinate representation of color #BA70EB: hue angle of 276.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA70EB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 112 235 -
CMYK 0.21 0.52 0 0.08
HSL 276.1º 0.75% 0.68% -
HSV(B) 276.1º 0.52% 0.92% -
XYZ 41.04 28.03 81.84 -
YUV 148.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 186 112 235 0.21 0.52 0 0.08 276.1 0.75 0.68
Hex BA 70 EB 15 34 0 8 114 4B 44
Octal 272 160 353 25 64 0 10 424 113 104
Binary 10111010 1110000 11101011 10101 110100 0 1000 100010100 1001011 1000100

Color Harmonies of #BA70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70EB

Black with #BA70EB

Text Example


Text Example

White with #BA70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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