Html Css Color HEX #BF5FA8 Fuchsia

📋 copy color: '#BF5FA8'

red 191 ◦ green 95 ◦ blue 168

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

Shades of Fuchsia #BF5FA8

Tints of Fuchsia #BF5FA8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.93%

 BLUE value IS 168 (66.02% from 255) = 37%

R = 42.07%
G = 20.93%
B = 37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF5FA8 (or 0xBF5FA8) is known color: Fuchsia. HEX triplet: BF, 5F and A8. RGB value is (191,95,168). Sum of RGB (Red+Green+Blue) = 191+95+168=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5FA8 is #40A057. Grayscale: #838383. Windows color (decimal): -4235352 or 11034559. OLE color: 11034559.

HSL color Cylindrical-coordinate representation of color #BF5FA8: hue angle of 314.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5FA8 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 95 168 -
CMYK 0 0.50 0.12 0.25
HSL 314.38º 0.43% 0.56% -
HSV(B) 314.38º 0.5% 0.75% -
XYZ 32.65 22.09 39.59 -
YUV 132.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 191 95 168 0 0.50 0.12 0.25 314.38 0.43 0.56
Hex BF 5F A8 0 32 C 19 13A 2B 38
Octal 277 137 250 0 62 14 31 472 53 70
Binary 10111111 1011111 10101000 0 110010 1100 11001 100111010 101011 111000

Color Harmonies of #BF5FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FA8

Black with #BF5FA8

Text Example


Text Example

White with #BF5FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FA8; }

 p { color: rgb(191,95,168); }

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

background-color css

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

 a { background-color: rgb(191,95,168); }

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

border-color css

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

 span { border-color: rgb(191,95,168); }

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