Html Css Color HEX #BF4CA6 Fuchsia

📋 copy color: '#BF4CA6'

red 191 ◦ green 76 ◦ blue 166

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

Shades of Fuchsia #BF4CA6

Tints of Fuchsia #BF4CA6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.55%

 BLUE value IS 166 (65.23% from 255) = 38.34%

R = 44.11%
G = 17.55%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF4CA6 (or 0xBF4CA6) is known color: Fuchsia. HEX triplet: BF, 4C and A6. RGB value is (191,76,166). Sum of RGB (Red+Green+Blue) = 191+76+166=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CA6 is #40B359. Grayscale: #787878. Windows color (decimal): -4240218 or 10898623. OLE color: 10898623.

HSL color Cylindrical-coordinate representation of color #BF4CA6: hue angle of 313.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CA6 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 166 -
CMYK 0 0.60 0.13 0.25
HSL 313.04º 0.47% 0.52% -
HSV(B) 313.04º 0.6% 0.75% -
XYZ 30.95 19 38.11 -
YUV 120.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 191 76 166 0 0.60 0.13 0.25 313.04 0.47 0.52
Hex BF 4C A6 0 3C D 19 139 2F 34
Octal 277 114 246 0 74 15 31 471 57 64
Binary 10111111 1001100 10100110 0 111100 1101 11001 100111001 101111 110100

Color Harmonies of #BF4CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CA6

Black with #BF4CA6

Text Example


Text Example

White with #BF4CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CA6; }

 p { color: rgb(191,76,166); }

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

background-color css

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

 a { background-color: rgb(191,76,166); }

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

border-color css

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

 span { border-color: rgb(191,76,166); }

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