Html Css Color HEX #BF37AA Fuchsia

📋 copy color: '#BF37AA'

red 191 ◦ green 55 ◦ blue 170

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

Shades of Fuchsia #BF37AA

Tints of Fuchsia #BF37AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 45.91%
G = 13.22%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF37AA (or 0xBF37AA) is known color: Fuchsia. HEX triplet: BF, 37 and AA. RGB value is (191,55,170). Sum of RGB (Red+Green+Blue) = 191+55+170=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF37AA is #40C855. Grayscale: #6C6C6C. Windows color (decimal): -4245590 or 11155391. OLE color: 11155391.

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

Color convert

RGB 191 55 170 -
CMYK 0 0.71 0.11 0.25
HSL 309.26º 0.55% 0.48% -
HSV(B) 309.26º 0.71% 0.75% -
XYZ 30.11 16.71 39.67 -
YUV 108.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 191 55 170 0 0.71 0.11 0.25 309.26 0.55 0.48
Hex BF 37 AA 0 47 B 19 135 37 30
Octal 277 67 252 0 107 13 31 465 67 60
Binary 10111111 110111 10101010 0 1000111 1011 11001 100110101 110111 110000

Color Harmonies of #BF37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37AA

Black with #BF37AA

Text Example


Text Example

White with #BF37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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