Html Css Color HEX #BF32AE Fuchsia

📋 copy color: '#BF32AE'

red 191 ◦ green 50 ◦ blue 174

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

Shades of Fuchsia #BF32AE

Tints of Fuchsia #BF32AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 46.02%
G = 12.05%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF32AE (or 0xBF32AE) is known color: Fuchsia. HEX triplet: BF, 32 and AE. RGB value is (191,50,174). Sum of RGB (Red+Green+Blue) = 191+50+174=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32AE is #40CD51. Grayscale: #696969. Windows color (decimal): -4246866 or 11416255. OLE color: 11416255.

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

Color convert

RGB 191 50 174 -
CMYK 0 0.74 0.09 0.25
HSL 307.23º 0.59% 0.47% -
HSV(B) 307.23º 0.74% 0.75% -
XYZ 30.27 16.41 41.62 -
YUV 106.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 191 50 174 0 0.74 0.09 0.25 307.23 0.59 0.47
Hex BF 32 AE 0 4A 9 19 133 3B 2F
Octal 277 62 256 0 112 11 31 463 73 57
Binary 10111111 110010 10101110 0 1001010 1001 11001 100110011 111011 101111

Color Harmonies of #BF32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32AE

Black with #BF32AE

Text Example


Text Example

White with #BF32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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