Html Css Color HEX #BF77BB Fuchsia

📋 copy color: '#BF77BB'

red 191 ◦ green 119 ◦ blue 187

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

Shades of Fuchsia #BF77BB

Tints of Fuchsia #BF77BB

RGB

 RED value IS 191 (75% from 255) = 38.43%

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

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

R = 38.43%
G = 23.94%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF77BB (or 0xBF77BB) is known color: Fuchsia. HEX triplet: BF, 77 and BB. RGB value is (191,119,187). Sum of RGB (Red+Green+Blue) = 191+119+187=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77BB is #408844. Grayscale: #949494. Windows color (decimal): -4229189 or 12285887. OLE color: 12285887.

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

Color convert

RGB 191 119 187 -
CMYK 0 0.38 0.02 0.25
HSL 303.33º 0.36% 0.61% -
HSV(B) 303.33º 0.38% 0.75% -
XYZ 37.05 27.86 50.44 -
YUV 148.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 191 119 187 0 0.38 0.02 0.25 303.33 0.36 0.61
Hex BF 77 BB 0 26 2 19 12F 24 3D
Octal 277 167 273 0 46 2 31 457 44 75
Binary 10111111 1110111 10111011 0 100110 10 11001 100101111 100100 111101

Color Harmonies of #BF77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77BB

Black with #BF77BB

Text Example


Text Example

White with #BF77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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