Html Css Color HEX #BF42AA Fuchsia

📋 copy color: '#BF42AA'

red 191 ◦ green 66 ◦ blue 170

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

Shades of Fuchsia #BF42AA

Tints of Fuchsia #BF42AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 44.73%
G = 15.46%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF42AA (or 0xBF42AA) is known color: Fuchsia. HEX triplet: BF, 42 and AA. RGB value is (191,66,170). Sum of RGB (Red+Green+Blue) = 191+66+170=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42AA is #40BD55. Grayscale: #727272. Windows color (decimal): -4242774 or 11158207. OLE color: 11158207.

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

Color convert

RGB 191 66 170 -
CMYK 0 0.65 0.11 0.25
HSL 310.08º 0.49% 0.5% -
HSV(B) 310.08º 0.65% 0.75% -
XYZ 30.69 17.88 39.86 -
YUV 115.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 191 66 170 0 0.65 0.11 0.25 310.08 0.49 0.5
Hex BF 42 AA 0 41 B 19 136 31 32
Octal 277 102 252 0 101 13 31 466 61 62
Binary 10111111 1000010 10101010 0 1000001 1011 11001 100110110 110001 110010

Color Harmonies of #BF42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42AA

Black with #BF42AA

Text Example


Text Example

White with #BF42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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