Html Css Color HEX #BA70ED Medium Orchid

📋 copy color: '#BA70ED'

red 186 ◦ green 112 ◦ blue 237

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

Shades of Medium Orchid #BA70ED

Tints of Medium Orchid #BA70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 34.77%
G = 20.93%
B = 44.3%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA70ED (or 0xBA70ED) is known color: Medium Orchid. HEX triplet: BA, 70 and ED. RGB value is (186,112,237). Sum of RGB (Red+Green+Blue) = 186+112+237=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70ED is #458F12. Grayscale: #939393. Windows color (decimal): -4558611 or 15560890. OLE color: 15560890.

HSL color Cylindrical-coordinate representation of color #BA70ED: hue angle of 275.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA70ED is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 112 237 -
CMYK 0.22 0.53 0 0.07
HSL 275.52º 0.78% 0.68% -
HSV(B) 275.52º 0.53% 0.93% -
XYZ 41.33 28.14 83.37 -
YUV 148.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 186 112 237 0.22 0.53 0 0.07 275.52 0.78 0.68
Hex BA 70 ED 16 35 0 7 114 4E 44
Octal 272 160 355 26 65 0 7 424 116 104
Binary 10111010 1110000 11101101 10110 110101 0 111 100010100 1001110 1000100

Color Harmonies of #BA70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70ED

Black with #BA70ED

Text Example


Text Example

White with #BA70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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