Html Css Color HEX #BA70D0 Medium Orchid

📋 copy color: '#BA70D0'

red 186 ◦ green 112 ◦ blue 208

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

Shades of Medium Orchid #BA70D0

Tints of Medium Orchid #BA70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 36.76%
G = 22.13%
B = 41.11%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA70D0 (or 0xBA70D0) is known color: Medium Orchid. HEX triplet: BA, 70 and D0. RGB value is (186,112,208). Sum of RGB (Red+Green+Blue) = 186+112+208=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70D0 is #458F2F. Grayscale: #909090. Windows color (decimal): -4558640 or 13660346. OLE color: 13660346.

HSL color Cylindrical-coordinate representation of color #BA70D0: hue angle of 286.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA70D0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 112 208 -
CMYK 0.11 0.46 0 0.18
HSL 286.25º 0.51% 0.63% -
HSV(B) 286.25º 0.46% 0.82% -
XYZ 37.43 26.58 62.83 -
YUV 145.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 186 112 208 0.11 0.46 0 0.18 286.25 0.51 0.63
Hex BA 70 D0 B 2E 0 12 11E 33 3F
Octal 272 160 320 13 56 0 22 436 63 77
Binary 10111010 1110000 11010000 1011 101110 0 10010 100011110 110011 111111

Color Harmonies of #BA70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70D0

Black with #BA70D0

Text Example


Text Example

White with #BA70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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