Html Css Color HEX #BF37B7 Fuchsia

📋 copy color: '#BF37B7'

red 191 ◦ green 55 ◦ blue 183

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

Shades of Fuchsia #BF37B7

Tints of Fuchsia #BF37B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.66%

R = 44.52%
G = 12.82%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF37B7 (or 0xBF37B7) is known color: Fuchsia. HEX triplet: BF, 37 and B7. RGB value is (191,55,183). Sum of RGB (Red+Green+Blue) = 191+55+183=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37B7 is #40C848. Grayscale: #6D6D6D. Windows color (decimal): -4245577 or 12007359. OLE color: 12007359.

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

Color convert

RGB 191 55 183 -
CMYK 0 0.71 0.04 0.25
HSL 303.53º 0.55% 0.48% -
HSV(B) 303.53º 0.71% 0.75% -
XYZ 31.4 17.23 46.47 -
YUV 110.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 191 55 183 0 0.71 0.04 0.25 303.53 0.55 0.48
Hex BF 37 B7 0 47 4 19 130 37 30
Octal 277 67 267 0 107 4 31 460 67 60
Binary 10111111 110111 10110111 0 1000111 100 11001 100110000 110111 110000

Color Harmonies of #BF37B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37B7

Black with #BF37B7

Text Example


Text Example

White with #BF37B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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