Html Css Color HEX #BF43B8 Fuchsia

📋 copy color: '#BF43B8'

red 191 ◦ green 67 ◦ blue 184

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

Shades of Fuchsia #BF43B8

Tints of Fuchsia #BF43B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 43.21%
G = 15.16%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF43B8 (or 0xBF43B8) is known color: Fuchsia. HEX triplet: BF, 43 and B8. RGB value is (191,67,184). Sum of RGB (Red+Green+Blue) = 191+67+184=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43B8 is #40BC47. Grayscale: #757575. Windows color (decimal): -4242504 or 12075967. OLE color: 12075967.

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

Color convert

RGB 191 67 184 -
CMYK 0 0.65 0.04 0.25
HSL 303.39º 0.49% 0.51% -
HSV(B) 303.39º 0.65% 0.75% -
XYZ 32.14 18.55 47.23 -
YUV 117.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 191 67 184 0 0.65 0.04 0.25 303.39 0.49 0.51
Hex BF 43 B8 0 41 4 19 12F 31 33
Octal 277 103 270 0 101 4 31 457 61 63
Binary 10111111 1000011 10111000 0 1000001 100 11001 100101111 110001 110011

Color Harmonies of #BF43B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43B8

Black with #BF43B8

Text Example


Text Example

White with #BF43B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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