Html Css Color HEX #BF34AA Fuchsia

📋 copy color: '#BF34AA'

red 191 ◦ green 52 ◦ blue 170

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

Shades of Fuchsia #BF34AA

Tints of Fuchsia #BF34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

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

R = 46.25%
G = 12.59%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF34AA (or 0xBF34AA) is known color: Fuchsia. HEX triplet: BF, 34 and AA. RGB value is (191,52,170). Sum of RGB (Red+Green+Blue) = 191+52+170=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF34AA is #40CB55. Grayscale: #6A6A6A. Windows color (decimal): -4246358 or 11154623. OLE color: 11154623.

HSL color Cylindrical-coordinate representation of color #BF34AA: hue angle of 309.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF34AA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 170 -
CMYK 0 0.73 0.11 0.25
HSL 309.06º 0.57% 0.48% -
HSV(B) 309.06º 0.73% 0.75% -
XYZ 29.97 16.43 39.62 -
YUV 107.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 191 52 170 0 0.73 0.11 0.25 309.06 0.57 0.48
Hex BF 34 AA 0 49 B 19 135 39 30
Octal 277 64 252 0 111 13 31 465 71 60
Binary 10111111 110100 10101010 0 1001001 1011 11001 100110101 111001 110000

Color Harmonies of #BF34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34AA

Black with #BF34AA

Text Example


Text Example

White with #BF34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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