Html Css Color HEX #BF60A8 Fuchsia

📋 copy color: '#BF60A8'

red 191 ◦ green 96 ◦ blue 168

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

Shades of Fuchsia #BF60A8

Tints of Fuchsia #BF60A8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.1%

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

R = 41.98%
G = 21.1%
B = 36.92%

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

#BF60A8 (or 0xBF60A8) is known color: Fuchsia. HEX triplet: BF, 60 and A8. RGB value is (191,96,168). Sum of RGB (Red+Green+Blue) = 191+96+168=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A8 is #409F57. Grayscale: #848484. Windows color (decimal): -4235096 or 11034815. OLE color: 11034815.

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

Color convert

RGB 191 96 168 -
CMYK 0 0.50 0.12 0.25
HSL 314.53º 0.43% 0.56% -
HSV(B) 314.53º 0.5% 0.75% -
XYZ 32.74 22.27 39.62 -
YUV 132.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 191 96 168 0 0.50 0.12 0.25 314.53 0.43 0.56
Hex BF 60 A8 0 32 C 19 13B 2B 38
Octal 277 140 250 0 62 14 31 473 53 70
Binary 10111111 1100000 10101000 0 110010 1100 11001 100111011 101011 111000

Color Harmonies of #BF60A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60A8

Black with #BF60A8

Text Example


Text Example

White with #BF60A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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