Html Css Color HEX #BF5CAA Fuchsia

📋 copy color: '#BF5CAA'

red 191 ◦ green 92 ◦ blue 170

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

Shades of Fuchsia #BF5CAA

Tints of Fuchsia #BF5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

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

R = 42.16%
G = 20.31%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF5CAA (or 0xBF5CAA) is known color: Fuchsia. HEX triplet: BF, 5C and AA. RGB value is (191,92,170). Sum of RGB (Red+Green+Blue) = 191+92+170=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CAA is #40A355. Grayscale: #828282. Windows color (decimal): -4236118 or 11164863. OLE color: 11164863.

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

Color convert

RGB 191 92 170 -
CMYK 0 0.52 0.11 0.25
HSL 312.73º 0.44% 0.55% -
HSV(B) 312.73º 0.52% 0.75% -
XYZ 32.57 21.63 40.49 -
YUV 130.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 191 92 170 0 0.52 0.11 0.25 312.73 0.44 0.55
Hex BF 5C AA 0 34 B 19 139 2C 37
Octal 277 134 252 0 64 13 31 471 54 67
Binary 10111111 1011100 10101010 0 110100 1011 11001 100111001 101100 110111

Color Harmonies of #BF5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CAA

Black with #BF5CAA

Text Example


Text Example

White with #BF5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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