Html Css Color HEX #BF54B2 Fuchsia

📋 copy color: '#BF54B2'

red 191 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #BF54B2

Tints of Fuchsia #BF54B2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 42.16%
G = 18.54%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF54B2 (or 0xBF54B2) is known color: Fuchsia. HEX triplet: BF, 54 and B2. RGB value is (191,84,178). Sum of RGB (Red+Green+Blue) = 191+84+178=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54B2 is #40AB4D. Grayscale: #7E7E7E. Windows color (decimal): -4238158 or 11687103. OLE color: 11687103.

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

Color convert

RGB 191 84 178 -
CMYK 0 0.56 0.07 0.25
HSL 307.29º 0.46% 0.54% -
HSV(B) 307.29º 0.56% 0.75% -
XYZ 32.69 20.63 44.38 -
YUV 126.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 191 84 178 0 0.56 0.07 0.25 307.29 0.46 0.54
Hex BF 54 B2 0 38 7 19 133 2E 36
Octal 277 124 262 0 70 7 31 463 56 66
Binary 10111111 1010100 10110010 0 111000 111 11001 100110011 101110 110110

Color Harmonies of #BF54B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54B2

Black with #BF54B2

Text Example


Text Example

White with #BF54B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54B2; }

 p { color: rgb(191,84,178); }

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

background-color css

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

 a { background-color: rgb(191,84,178); }

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

border-color css

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

 span { border-color: rgb(191,84,178); }

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