Html Css Color HEX #BF32B6 Fuchsia

📋 copy color: '#BF32B6'

red 191 ◦ green 50 ◦ blue 182

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

Shades of Fuchsia #BF32B6

Tints of Fuchsia #BF32B6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 45.15%
G = 11.82%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF32B6 (or 0xBF32B6) is known color: Fuchsia. HEX triplet: BF, 32 and B6. RGB value is (191,50,182). Sum of RGB (Red+Green+Blue) = 191+50+182=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32B6 is #40CD49. Grayscale: #6A6A6A. Windows color (decimal): -4246858 or 11940543. OLE color: 11940543.

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

Color convert

RGB 191 50 182 -
CMYK 0 0.74 0.05 0.25
HSL 303.83º 0.59% 0.47% -
HSV(B) 303.83º 0.74% 0.75% -
XYZ 31.07 16.73 45.85 -
YUV 107.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 191 50 182 0 0.74 0.05 0.25 303.83 0.59 0.47
Hex BF 32 B6 0 4A 5 19 130 3B 2F
Octal 277 62 266 0 112 5 31 460 73 57
Binary 10111111 110010 10110110 0 1001010 101 11001 100110000 111011 101111

Color Harmonies of #BF32B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32B6

Black with #BF32B6

Text Example


Text Example

White with #BF32B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32B6; }

 p { color: rgb(191,50,182); }

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

background-color css

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

 a { background-color: rgb(191,50,182); }

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

border-color css

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

 span { border-color: rgb(191,50,182); }

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