Html Css Color HEX #BA77BB Fuchsia

📋 copy color: '#BA77BB'

red 186 ◦ green 119 ◦ blue 187

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

Shades of Fuchsia #BA77BB

Tints of Fuchsia #BA77BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 37.8%
G = 24.19%
B = 38.01%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA77BB (or 0xBA77BB) is known color: Fuchsia. HEX triplet: BA, 77 and BB. RGB value is (186,119,187). Sum of RGB (Red+Green+Blue) = 186+119+187=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77BB is #458844. Grayscale: #929292. Windows color (decimal): -4556869 or 12285882. OLE color: 12285882.

HSL color Cylindrical-coordinate representation of color #BA77BB: hue angle of 299.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA77BB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 187 -
CMYK 0.01 0.36 0 0.27
HSL 299.12º 0.33% 0.6% -
HSV(B) 299.12º 0.36% 0.73% -
XYZ 35.82 27.22 50.38 -
YUV 146.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 186 119 187 0.01 0.36 0 0.27 299.12 0.33 0.6
Hex BA 77 BB 1 24 0 1B 12B 21 3C
Octal 272 167 273 1 44 0 33 453 41 74
Binary 10111010 1110111 10111011 1 100100 0 11011 100101011 100001 111100

Color Harmonies of #BA77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77BB

Black with #BA77BB

Text Example


Text Example

White with #BA77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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