Html Css Color HEX #BA76E5 Medium Orchid

📋 copy color: '#BA76E5'

red 186 ◦ green 118 ◦ blue 229

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

Shades of Medium Orchid #BA76E5

Tints of Medium Orchid #BA76E5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 34.9%
G = 22.14%
B = 42.96%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA76E5 (or 0xBA76E5) is known color: Medium Orchid. HEX triplet: BA, 76 and E5. RGB value is (186,118,229). Sum of RGB (Red+Green+Blue) = 186+118+229=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76E5 is #45891A. Grayscale: #969696. Windows color (decimal): -4557083 or 15038138. OLE color: 15038138.

HSL color Cylindrical-coordinate representation of color #BA76E5: hue angle of 276.76º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA76E5 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 118 229 -
CMYK 0.19 0.48 0 0.10
HSL 276.76º 0.68% 0.68% -
HSV(B) 276.76º 0.48% 0.9% -
XYZ 40.87 29.05 77.58 -
YUV 150.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 186 118 229 0.19 0.48 0 0.10 276.76 0.68 0.68
Hex BA 76 E5 13 30 0 A 115 44 44
Octal 272 166 345 23 60 0 12 425 104 104
Binary 10111010 1110110 11100101 10011 110000 0 1010 100010101 1000100 1000100

Color Harmonies of #BA76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76E5

Black with #BA76E5

Text Example


Text Example

White with #BA76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76E5; }

 p { color: rgb(186,118,229); }

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

background-color css

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

 a { background-color: rgb(186,118,229); }

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

border-color css

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

 span { border-color: rgb(186,118,229); }

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