Html Css Color HEX #BA70CD Medium Orchid

📋 copy color: '#BA70CD'

red 186 ◦ green 112 ◦ blue 205

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

Shades of Medium Orchid #BA70CD

Tints of Medium Orchid #BA70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 36.98%
G = 22.27%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA70CD (or 0xBA70CD) is known color: Medium Orchid. HEX triplet: BA, 70 and CD. RGB value is (186,112,205). Sum of RGB (Red+Green+Blue) = 186+112+205=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CD is #458F32. Grayscale: #909090. Windows color (decimal): -4558643 or 13463738. OLE color: 13463738.

HSL color Cylindrical-coordinate representation of color #BA70CD: hue angle of 287.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA70CD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 112 205 -
CMYK 0.09 0.45 0 0.20
HSL 287.74º 0.48% 0.62% -
HSV(B) 287.74º 0.45% 0.8% -
XYZ 37.06 26.44 60.91 -
YUV 144.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 186 112 205 0.09 0.45 0 0.20 287.74 0.48 0.62
Hex BA 70 CD 9 2D 0 14 120 30 3E
Octal 272 160 315 11 55 0 24 440 60 76
Binary 10111010 1110000 11001101 1001 101101 0 10100 100100000 110000 111110

Color Harmonies of #BA70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70CD

Black with #BA70CD

Text Example


Text Example

White with #BA70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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