Html Css Color HEX #BA70CE Medium Orchid

📋 copy color: '#BA70CE'

red 186 ◦ green 112 ◦ blue 206

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

Shades of Medium Orchid #BA70CE

Tints of Medium Orchid #BA70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 36.9%
G = 22.22%
B = 40.87%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA70CE (or 0xBA70CE) is known color: Medium Orchid. HEX triplet: BA, 70 and CE. RGB value is (186,112,206). Sum of RGB (Red+Green+Blue) = 186+112+206=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CE is #458F31. Grayscale: #909090. Windows color (decimal): -4558642 or 13529274. OLE color: 13529274.

HSL color Cylindrical-coordinate representation of color #BA70CE: hue angle of 287.23º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA70CE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 112 206 -
CMYK 0.10 0.46 0 0.19
HSL 287.23º 0.49% 0.62% -
HSV(B) 287.23º 0.46% 0.81% -
XYZ 37.18 26.48 61.54 -
YUV 144.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 186 112 206 0.10 0.46 0 0.19 287.23 0.49 0.62
Hex BA 70 CE A 2E 0 13 11F 31 3E
Octal 272 160 316 12 56 0 23 437 61 76
Binary 10111010 1110000 11001110 1010 101110 0 10011 100011111 110001 111110

Color Harmonies of #BA70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70CE

Black with #BA70CE

Text Example


Text Example

White with #BA70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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