Html Css Color HEX #BA76CE Medium Orchid

📋 copy color: '#BA76CE'

red 186 ◦ green 118 ◦ blue 206

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

Shades of Medium Orchid #BA76CE

Tints of Medium Orchid #BA76CE

RGB

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

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

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

R = 36.47%
G = 23.14%
B = 40.39%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA76CE (or 0xBA76CE) is known color: Medium Orchid. HEX triplet: BA, 76 and CE. RGB value is (186,118,206). Sum of RGB (Red+Green+Blue) = 186+118+206=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76CE is #458931. Grayscale: #949494. Windows color (decimal): -4557106 or 13530810. OLE color: 13530810.

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

Color convert

RGB 186 118 206 -
CMYK 0.10 0.43 0 0.19
HSL 286.36º 0.47% 0.64% -
HSV(B) 286.36º 0.43% 0.81% -
XYZ 37.87 27.85 61.77 -
YUV 148.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 186 118 206 0.10 0.43 0 0.19 286.36 0.47 0.64
Hex BA 76 CE A 2B 0 13 11E 2F 40
Octal 272 166 316 12 53 0 23 436 57 100
Binary 10111010 1110110 11001110 1010 101011 0 10011 100011110 101111 1000000

Color Harmonies of #BA76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76CE

Black with #BA76CE

Text Example


Text Example

White with #BA76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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