Html Css Color HEX #BF57B8 Fuchsia

📋 copy color: '#BF57B8'

red 191 ◦ green 87 ◦ blue 184

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

Shades of Fuchsia #BF57B8

Tints of Fuchsia #BF57B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 41.34%
G = 18.83%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF57B8 (or 0xBF57B8) is known color: Fuchsia. HEX triplet: BF, 57 and B8. RGB value is (191,87,184). Sum of RGB (Red+Green+Blue) = 191+87+184=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57B8 is #40A847. Grayscale: #808080. Windows color (decimal): -4237384 or 12081087. OLE color: 12081087.

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

Color convert

RGB 191 87 184 -
CMYK 0 0.54 0.04 0.25
HSL 304.04º 0.45% 0.55% -
HSV(B) 304.04º 0.54% 0.75% -
XYZ 33.55 21.35 47.7 -
YUV 129.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 191 87 184 0 0.54 0.04 0.25 304.04 0.45 0.55
Hex BF 57 B8 0 36 4 19 130 2D 37
Octal 277 127 270 0 66 4 31 460 55 67
Binary 10111111 1010111 10111000 0 110110 100 11001 100110000 101101 110111

Color Harmonies of #BF57B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57B8

Black with #BF57B8

Text Example


Text Example

White with #BF57B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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