Html Css Color HEX #BF42B2 Fuchsia

📋 copy color: '#BF42B2'

red 191 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #BF42B2

Tints of Fuchsia #BF42B2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

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

R = 43.91%
G = 15.17%
B = 40.92%

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

#BF42B2 (or 0xBF42B2) is known color: Fuchsia. HEX triplet: BF, 42 and B2. RGB value is (191,66,178). Sum of RGB (Red+Green+Blue) = 191+66+178=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42B2 is #40BD4D. Grayscale: #737373. Windows color (decimal): -4242766 or 11682495. OLE color: 11682495.

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

Color convert

RGB 191 66 178 -
CMYK 0 0.65 0.07 0.25
HSL 306.24º 0.49% 0.5% -
HSV(B) 306.24º 0.65% 0.75% -
XYZ 31.47 18.19 43.97 -
YUV 116.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 191 66 178 0 0.65 0.07 0.25 306.24 0.49 0.5
Hex BF 42 B2 0 41 7 19 132 31 32
Octal 277 102 262 0 101 7 31 462 61 62
Binary 10111111 1000010 10110010 0 1000001 111 11001 100110010 110001 110010

Color Harmonies of #BF42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42B2

Black with #BF42B2

Text Example


Text Example

White with #BF42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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