Html Css Color HEX #BF5CA8 Fuchsia

📋 copy color: '#BF5CA8'

red 191 ◦ green 92 ◦ blue 168

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

Shades of Fuchsia #BF5CA8

Tints of Fuchsia #BF5CA8

RGB

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

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

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

R = 42.35%
G = 20.4%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF5CA8 (or 0xBF5CA8) is known color: Fuchsia. HEX triplet: BF, 5C and A8. RGB value is (191,92,168). Sum of RGB (Red+Green+Blue) = 191+92+168=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CA8 is #40A357. Grayscale: #828282. Windows color (decimal): -4236120 or 11033791. OLE color: 11033791.

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

Color convert

RGB 191 92 168 -
CMYK 0 0.52 0.12 0.25
HSL 313.94º 0.44% 0.55% -
HSV(B) 313.94º 0.52% 0.75% -
XYZ 32.38 21.56 39.5 -
YUV 130.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 191 92 168 0 0.52 0.12 0.25 313.94 0.44 0.55
Hex BF 5C A8 0 34 C 19 13A 2C 37
Octal 277 134 250 0 64 14 31 472 54 67
Binary 10111111 1011100 10101000 0 110100 1100 11001 100111010 101100 110111

Color Harmonies of #BF5CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CA8

Black with #BF5CA8

Text Example


Text Example

White with #BF5CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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