Html Css Color HEX #BF4BB2 Fuchsia

📋 copy color: '#BF4BB2'

red 191 ◦ green 75 ◦ blue 178

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

Shades of Fuchsia #BF4BB2

Tints of Fuchsia #BF4BB2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

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

R = 43.02%
G = 16.89%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF4BB2 (or 0xBF4BB2) is known color: Fuchsia. HEX triplet: BF, 4B and B2. RGB value is (191,75,178). Sum of RGB (Red+Green+Blue) = 191+75+178=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4BB2 is #40B44D. Grayscale: #797979. Windows color (decimal): -4240462 or 11684799. OLE color: 11684799.

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

Color convert

RGB 191 75 178 -
CMYK 0 0.61 0.07 0.25
HSL 306.72º 0.48% 0.52% -
HSV(B) 306.72º 0.61% 0.75% -
XYZ 32.04 19.32 44.16 -
YUV 121.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 191 75 178 0 0.61 0.07 0.25 306.72 0.48 0.52
Hex BF 4B B2 0 3D 7 19 133 30 34
Octal 277 113 262 0 75 7 31 463 60 64
Binary 10111111 1001011 10110010 0 111101 111 11001 100110011 110000 110100

Color Harmonies of #BF4BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BB2

Black with #BF4BB2

Text Example


Text Example

White with #BF4BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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