Html Css Color HEX #BF37AB Fuchsia

📋 copy color: '#BF37AB'

red 191 ◦ green 55 ◦ blue 171

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

Shades of Fuchsia #BF37AB

Tints of Fuchsia #BF37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.19%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 45.8%
G = 13.19%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF37AB (or 0xBF37AB) is known color: Fuchsia. HEX triplet: BF, 37 and AB. RGB value is (191,55,171). Sum of RGB (Red+Green+Blue) = 191+55+171=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF37AB is #40C854. Grayscale: #6C6C6C. Windows color (decimal): -4245589 or 11220927. OLE color: 11220927.

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

Color convert

RGB 191 55 171 -
CMYK 0 0.71 0.10 0.25
HSL 308.82º 0.55% 0.48% -
HSV(B) 308.82º 0.71% 0.75% -
XYZ 30.2 16.75 40.17 -
YUV 108.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 191 55 171 0 0.71 0.10 0.25 308.82 0.55 0.48
Hex BF 37 AB 0 47 A 19 135 37 30
Octal 277 67 253 0 107 12 31 465 67 60
Binary 10111111 110111 10101011 0 1000111 1010 11001 100110101 110111 110000

Color Harmonies of #BF37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37AB

Black with #BF37AB

Text Example


Text Example

White with #BF37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37AB; }

 p { color: rgb(191,55,171); }

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

background-color css

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

 a { background-color: rgb(191,55,171); }

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

border-color css

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

 span { border-color: rgb(191,55,171); }

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