Html Css Color HEX #BF37BB Fuchsia

📋 copy color: '#BF37BB'

red 191 ◦ green 55 ◦ blue 187

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

Shades of Fuchsia #BF37BB

Tints of Fuchsia #BF37BB

RGB

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

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

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

R = 44.11%
G = 12.7%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF37BB (or 0xBF37BB) is known color: Fuchsia. HEX triplet: BF, 37 and BB. RGB value is (191,55,187). Sum of RGB (Red+Green+Blue) = 191+55+187=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37BB is #40C844. Grayscale: #6E6E6E. Windows color (decimal): -4245573 or 12269503. OLE color: 12269503.

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

Color convert

RGB 191 55 187 -
CMYK 0 0.71 0.02 0.25
HSL 301.76º 0.55% 0.48% -
HSV(B) 301.76º 0.71% 0.75% -
XYZ 31.82 17.4 48.69 -
YUV 110.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 191 55 187 0 0.71 0.02 0.25 301.76 0.55 0.48
Hex BF 37 BB 0 47 2 19 12E 37 30
Octal 277 67 273 0 107 2 31 456 67 60
Binary 10111111 110111 10111011 0 1000111 10 11001 100101110 110111 110000

Color Harmonies of #BF37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37BB

Black with #BF37BB

Text Example


Text Example

White with #BF37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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