Html Css Color HEX #BF54BB Fuchsia

📋 copy color: '#BF54BB'

red 191 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #BF54BB

Tints of Fuchsia #BF54BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.18%

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

R = 41.34%
G = 18.18%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF54BB (or 0xBF54BB) is known color: Fuchsia. HEX triplet: BF, 54 and BB. RGB value is (191,84,187). Sum of RGB (Red+Green+Blue) = 191+84+187=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54BB is #40AB44. Grayscale: #7F7F7F. Windows color (decimal): -4238149 or 12276927. OLE color: 12276927.

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

Color convert

RGB 191 84 187 -
CMYK 0 0.56 0.02 0.25
HSL 302.24º 0.46% 0.54% -
HSV(B) 302.24º 0.56% 0.75% -
XYZ 33.63 21 49.3 -
YUV 127.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 191 84 187 0 0.56 0.02 0.25 302.24 0.46 0.54
Hex BF 54 BB 0 38 2 19 12E 2E 36
Octal 277 124 273 0 70 2 31 456 56 66
Binary 10111111 1010100 10111011 0 111000 10 11001 100101110 101110 110110

Color Harmonies of #BF54BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54BB

Black with #BF54BB

Text Example


Text Example

White with #BF54BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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