Html Css Color HEX #BF4FB2 Fuchsia

📋 copy color: '#BF4FB2'

red 191 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #BF4FB2

Tints of Fuchsia #BF4FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.63%

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

R = 42.63%
G = 17.63%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF4FB2 (or 0xBF4FB2) is known color: Fuchsia. HEX triplet: BF, 4F and B2. RGB value is (191,79,178). Sum of RGB (Red+Green+Blue) = 191+79+178=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4FB2 is #40B04D. Grayscale: #7B7B7B. Windows color (decimal): -4239438 or 11685823. OLE color: 11685823.

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

Color convert

RGB 191 79 178 -
CMYK 0 0.59 0.07 0.25
HSL 306.96º 0.47% 0.53% -
HSV(B) 306.96º 0.59% 0.75% -
XYZ 32.32 19.88 44.25 -
YUV 123.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 191 79 178 0 0.59 0.07 0.25 306.96 0.47 0.53
Hex BF 4F B2 0 3B 7 19 133 2F 35
Octal 277 117 262 0 73 7 31 463 57 65
Binary 10111111 1001111 10110010 0 111011 111 11001 100110011 101111 110101

Color Harmonies of #BF4FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FB2

Black with #BF4FB2

Text Example


Text Example

White with #BF4FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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