Html Css Color HEX #BB77BE Fuchsia

📋 copy color: '#BB77BE'

red 187 ◦ green 119 ◦ blue 190

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

Shades of Fuchsia #BB77BE

Tints of Fuchsia #BB77BE

RGB

 RED value IS 187 (73.44% from 255) = 37.7%

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

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

R = 37.7%
G = 23.99%
B = 38.31%

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

#BB77BE (or 0xBB77BE) is known color: Fuchsia. HEX triplet: BB, 77 and BE. RGB value is (187,119,190). Sum of RGB (Red+Green+Blue) = 187+119+190=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77BE is #448841. Grayscale: #939393. Windows color (decimal): -4491330 or 12482491. OLE color: 12482491.

HSL color Cylindrical-coordinate representation of color #BB77BE: hue angle of 297.46º 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 #BB77BE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 119 190 -
CMYK 0.02 0.37 0 0.25
HSL 297.46º 0.35% 0.61% -
HSV(B) 297.46º 0.37% 0.75% -
XYZ 36.38 27.48 52.1 -
YUV 147.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 187 119 190 0.02 0.37 0 0.25 297.46 0.35 0.61
Hex BB 77 BE 2 25 0 19 129 23 3D
Octal 273 167 276 2 45 0 31 451 43 75
Binary 10111011 1110111 10111110 10 100101 0 11001 100101001 100011 111101

Color Harmonies of #BB77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77BE

Black with #BB77BE

Text Example


Text Example

White with #BB77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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