Html Css Color HEX #BF43B2 Fuchsia

📋 copy color: '#BF43B2'

red 191 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #BF43B2

Tints of Fuchsia #BF43B2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.37%

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

R = 43.81%
G = 15.37%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF43B2 (or 0xBF43B2) is known color: Fuchsia. HEX triplet: BF, 43 and B2. RGB value is (191,67,178). Sum of RGB (Red+Green+Blue) = 191+67+178=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF43B2 is #40BC4D. Grayscale: #747474. Windows color (decimal): -4242510 or 11682751. OLE color: 11682751.

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

Color convert

RGB 191 67 178 -
CMYK 0 0.65 0.07 0.25
HSL 306.29º 0.49% 0.51% -
HSV(B) 306.29º 0.65% 0.75% -
XYZ 31.53 18.31 43.99 -
YUV 116.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 191 67 178 0 0.65 0.07 0.25 306.29 0.49 0.51
Hex BF 43 B2 0 41 7 19 132 31 33
Octal 277 103 262 0 101 7 31 462 61 63
Binary 10111111 1000011 10110010 0 1000001 111 11001 100110010 110001 110011

Color Harmonies of #BF43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43B2

Black with #BF43B2

Text Example


Text Example

White with #BF43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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