Html Css Color HEX #BF37B9 Fuchsia

📋 copy color: '#BF37B9'

red 191 ◦ green 55 ◦ blue 185

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

Shades of Fuchsia #BF37B9

Tints of Fuchsia #BF37B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 44.32%
G = 12.76%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF37B9 (or 0xBF37B9) is known color: Fuchsia. HEX triplet: BF, 37 and B9. RGB value is (191,55,185). Sum of RGB (Red+Green+Blue) = 191+55+185=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37B9 is #40C846. Grayscale: #6E6E6E. Windows color (decimal): -4245575 or 12138431. OLE color: 12138431.

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

Color convert

RGB 191 55 185 -
CMYK 0 0.71 0.03 0.25
HSL 302.65º 0.55% 0.48% -
HSV(B) 302.65º 0.71% 0.75% -
XYZ 31.61 17.31 47.57 -
YUV 110.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 191 55 185 0 0.71 0.03 0.25 302.65 0.55 0.48
Hex BF 37 B9 0 47 3 19 12F 37 30
Octal 277 67 271 0 107 3 31 457 67 60
Binary 10111111 110111 10111001 0 1000111 11 11001 100101111 110111 110000

Color Harmonies of #BF37B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37B9

Black with #BF37B9

Text Example


Text Example

White with #BF37B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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