Html Css Color HEX #BF77BE Fuchsia

📋 copy color: '#BF77BE'

red 191 ◦ green 119 ◦ blue 190

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

Shades of Fuchsia #BF77BE

Tints of Fuchsia #BF77BE

RGB

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

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

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

R = 38.2%
G = 23.8%
B = 38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF77BE (or 0xBF77BE) is known color: Fuchsia. HEX triplet: BF, 77 and BE. RGB value is (191,119,190). Sum of RGB (Red+Green+Blue) = 191+119+190=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77BE is #408841. Grayscale: #949494. Windows color (decimal): -4229186 or 12482495. OLE color: 12482495.

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

Color convert

RGB 191 119 190 -
CMYK 0 0.38 0.01 0.25
HSL 300.83º 0.36% 0.61% -
HSV(B) 300.83º 0.38% 0.75% -
XYZ 37.38 27.99 52.15 -
YUV 148.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 191 119 190 0 0.38 0.01 0.25 300.83 0.36 0.61
Hex BF 77 BE 0 26 1 19 12D 24 3D
Octal 277 167 276 0 46 1 31 455 44 75
Binary 10111111 1110111 10111110 0 100110 1 11001 100101101 100100 111101

Color Harmonies of #BF77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77BE

Black with #BF77BE

Text Example


Text Example

White with #BF77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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