Html Css Color HEX #BF57BB Fuchsia

📋 copy color: '#BF57BB'

red 191 ◦ green 87 ◦ blue 187

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

Shades of Fuchsia #BF57BB

Tints of Fuchsia #BF57BB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.71%

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

R = 41.08%
G = 18.71%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF57BB (or 0xBF57BB) is known color: Fuchsia. HEX triplet: BF, 57 and BB. RGB value is (191,87,187). Sum of RGB (Red+Green+Blue) = 191+87+187=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57BB is #40A844. Grayscale: #818181. Windows color (decimal): -4237381 or 12277695. OLE color: 12277695.

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

Color convert

RGB 191 87 187 -
CMYK 0 0.54 0.02 0.25
HSL 302.31º 0.45% 0.55% -
HSV(B) 302.31º 0.54% 0.75% -
XYZ 33.86 21.48 49.38 -
YUV 129.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 191 87 187 0 0.54 0.02 0.25 302.31 0.45 0.55
Hex BF 57 BB 0 36 2 19 12E 2D 37
Octal 277 127 273 0 66 2 31 456 55 67
Binary 10111111 1010111 10111011 0 110110 10 11001 100101110 101101 110111

Color Harmonies of #BF57BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57BB

Black with #BF57BB

Text Example


Text Example

White with #BF57BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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