Html Css Color HEX #BF5BAC Fuchsia

📋 copy color: '#BF5BAC'

red 191 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #BF5BAC

Tints of Fuchsia #BF5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.04%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 42.07%
G = 20.04%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF5BAC (or 0xBF5BAC) is known color: Fuchsia. HEX triplet: BF, 5B and AC. RGB value is (191,91,172). Sum of RGB (Red+Green+Blue) = 191+91+172=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BAC is #40A453. Grayscale: #818181. Windows color (decimal): -4236372 or 11295679. OLE color: 11295679.

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

Color convert

RGB 191 91 172 -
CMYK 0 0.52 0.10 0.25
HSL 311.4º 0.44% 0.55% -
HSV(B) 311.4º 0.52% 0.75% -
XYZ 32.67 21.54 41.46 -
YUV 130.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 191 91 172 0 0.52 0.10 0.25 311.4 0.44 0.55
Hex BF 5B AC 0 34 A 19 137 2C 37
Octal 277 133 254 0 64 12 31 467 54 67
Binary 10111111 1011011 10101100 0 110100 1010 11001 100110111 101100 110111

Color Harmonies of #BF5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BAC

Black with #BF5BAC

Text Example


Text Example

White with #BF5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BAC; }

 p { color: rgb(191,91,172); }

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

background-color css

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

 a { background-color: rgb(191,91,172); }

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

border-color css

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

 span { border-color: rgb(191,91,172); }

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