Html Css Color HEX #BA76E9 Medium Orchid

📋 copy color: '#BA76E9'

red 186 ◦ green 118 ◦ blue 233

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

Shades of Medium Orchid #BA76E9

Tints of Medium Orchid #BA76E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 34.64%
G = 21.97%
B = 43.39%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA76E9 (or 0xBA76E9) is known color: Medium Orchid. HEX triplet: BA, 76 and E9. RGB value is (186,118,233). Sum of RGB (Red+Green+Blue) = 186+118+233=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA76E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76E9 is #458916. Grayscale: #979797. Windows color (decimal): -4557079 or 15300282. OLE color: 15300282.

HSL color Cylindrical-coordinate representation of color #BA76E9: hue angle of 275.48º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA76E9 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 118 233 -
CMYK 0.20 0.49 0 0.09
HSL 275.48º 0.72% 0.69% -
HSV(B) 275.48º 0.49% 0.91% -
XYZ 41.44 29.28 80.56 -
YUV 151.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 186 118 233 0.20 0.49 0 0.09 275.48 0.72 0.69
Hex BA 76 E9 14 31 0 9 113 48 45
Octal 272 166 351 24 61 0 11 423 110 105
Binary 10111010 1110110 11101001 10100 110001 0 1001 100010011 1001000 1000101

Color Harmonies of #BA76E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76E9

Black with #BA76E9

Text Example


Text Example

White with #BA76E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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