Html Css Color HEX #BF48BA Fuchsia

📋 copy color: '#BF48BA'

red 191 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #BF48BA

Tints of Fuchsia #BF48BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 42.54%
G = 16.04%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF48BA (or 0xBF48BA) is known color: Fuchsia. HEX triplet: BF, 48 and BA. RGB value is (191,72,186). Sum of RGB (Red+Green+Blue) = 191+72+186=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48BA is #40B745. Grayscale: #787878. Windows color (decimal): -4241222 or 12208319. OLE color: 12208319.

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

Color convert

RGB 191 72 186 -
CMYK 0 0.62 0.03 0.25
HSL 302.52º 0.48% 0.52% -
HSV(B) 302.52º 0.62% 0.75% -
XYZ 32.67 19.26 48.45 -
YUV 120.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 191 72 186 0 0.62 0.03 0.25 302.52 0.48 0.52
Hex BF 48 BA 0 3E 3 19 12F 30 34
Octal 277 110 272 0 76 3 31 457 60 64
Binary 10111111 1001000 10111010 0 111110 11 11001 100101111 110000 110100

Color Harmonies of #BF48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48BA

Black with #BF48BA

Text Example


Text Example

White with #BF48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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