Html Css Color HEX #BF48B1 Fuchsia

📋 copy color: '#BF48B1'

red 191 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #BF48B1

Tints of Fuchsia #BF48B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 43.41%
G = 16.36%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF48B1 (or 0xBF48B1) is known color: Fuchsia. HEX triplet: BF, 48 and B1. RGB value is (191,72,177). Sum of RGB (Red+Green+Blue) = 191+72+177=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF48B1 is #40B74E. Grayscale: #777777. Windows color (decimal): -4241231 or 11618495. OLE color: 11618495.

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

Color convert

RGB 191 72 177 -
CMYK 0 0.62 0.07 0.25
HSL 307.06º 0.48% 0.52% -
HSV(B) 307.06º 0.62% 0.75% -
XYZ 31.74 18.89 43.57 -
YUV 119.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 191 72 177 0 0.62 0.07 0.25 307.06 0.48 0.52
Hex BF 48 B1 0 3E 7 19 133 30 34
Octal 277 110 261 0 76 7 31 463 60 64
Binary 10111111 1001000 10110001 0 111110 111 11001 100110011 110000 110100

Color Harmonies of #BF48B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48B1

Black with #BF48B1

Text Example


Text Example

White with #BF48B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48B1; }

 p { color: rgb(191,72,177); }

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

background-color css

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

 a { background-color: rgb(191,72,177); }

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

border-color css

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

 span { border-color: rgb(191,72,177); }

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