Html Css Color HEX #BA77BE Fuchsia

📋 copy color: '#BA77BE'

red 186 ◦ green 119 ◦ blue 190

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

Shades of Fuchsia #BA77BE

Tints of Fuchsia #BA77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.04%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 37.58%
G = 24.04%
B = 38.38%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA77BE (or 0xBA77BE) is known color: Fuchsia. HEX triplet: BA, 77 and BE. RGB value is (186,119,190). Sum of RGB (Red+Green+Blue) = 186+119+190=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77BE is #458841. Grayscale: #929292. Windows color (decimal): -4556866 or 12482490. OLE color: 12482490.

HSL color Cylindrical-coordinate representation of color #BA77BE: hue angle of 296.62º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA77BE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 119 190 -
CMYK 0.02 0.37 0 0.25
HSL 296.62º 0.35% 0.61% -
HSV(B) 296.62º 0.37% 0.75% -
XYZ 36.14 27.35 52.09 -
YUV 147.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 186 119 190 0.02 0.37 0 0.25 296.62 0.35 0.61
Hex BA 77 BE 2 25 0 19 129 23 3D
Octal 272 167 276 2 45 0 31 451 43 75
Binary 10111010 1110111 10111110 10 100101 0 11001 100101001 100011 111101

Color Harmonies of #BA77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77BE

Black with #BA77BE

Text Example


Text Example

White with #BA77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77BE; }

 p { color: rgb(186,119,190); }

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

background-color css

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

 a { background-color: rgb(186,119,190); }

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

border-color css

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

 span { border-color: rgb(186,119,190); }

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