Html Css Color HEX #BF48A8 Fuchsia

📋 copy color: '#BF48A8'

red 191 ◦ green 72 ◦ blue 168

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

Shades of Fuchsia #BF48A8

Tints of Fuchsia #BF48A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 44.32%
G = 16.71%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF48A8 (or 0xBF48A8) is known color: Fuchsia. HEX triplet: BF, 48 and A8. RGB value is (191,72,168). Sum of RGB (Red+Green+Blue) = 191+72+168=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF48A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF48A8 is #40B757. Grayscale: #767676. Windows color (decimal): -4241240 or 11028671. OLE color: 11028671.

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

Color convert

RGB 191 72 168 -
CMYK 0 0.62 0.12 0.25
HSL 311.6º 0.48% 0.52% -
HSV(B) 311.6º 0.62% 0.75% -
XYZ 30.87 18.54 39 -
YUV 118.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 191 72 168 0 0.62 0.12 0.25 311.6 0.48 0.52
Hex BF 48 A8 0 3E C 19 138 30 34
Octal 277 110 250 0 76 14 31 470 60 64
Binary 10111111 1001000 10101000 0 111110 1100 11001 100111000 110000 110100

Color Harmonies of #BF48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48A8

Black with #BF48A8

Text Example


Text Example

White with #BF48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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