Html Css Color HEX #BF42B5 Fuchsia

📋 copy color: '#BF42B5'

red 191 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #BF42B5

Tints of Fuchsia #BF42B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 43.61%
G = 15.07%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF42B5 (or 0xBF42B5) is known color: Fuchsia. HEX triplet: BF, 42 and B5. RGB value is (191,66,181). Sum of RGB (Red+Green+Blue) = 191+66+181=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42B5 is #40BD4A. Grayscale: #747474. Windows color (decimal): -4242763 or 11879103. OLE color: 11879103.

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

Color convert

RGB 191 66 181 -
CMYK 0 0.65 0.05 0.25
HSL 304.8º 0.49% 0.5% -
HSV(B) 304.8º 0.65% 0.75% -
XYZ 31.77 18.31 45.58 -
YUV 116.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 191 66 181 0 0.65 0.05 0.25 304.8 0.49 0.5
Hex BF 42 B5 0 41 5 19 131 31 32
Octal 277 102 265 0 101 5 31 461 61 62
Binary 10111111 1000010 10110101 0 1000001 101 11001 100110001 110001 110010

Color Harmonies of #BF42B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42B5

Black with #BF42B5

Text Example


Text Example

White with #BF42B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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