Html Css Color HEX #BF4CA7 Fuchsia

📋 copy color: '#BF4CA7'

red 191 ◦ green 76 ◦ blue 167

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

Shades of Fuchsia #BF4CA7

Tints of Fuchsia #BF4CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.48%

R = 44.01%
G = 17.51%
B = 38.48%

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

#BF4CA7 (or 0xBF4CA7) is known color: Fuchsia. HEX triplet: BF, 4C and A7. RGB value is (191,76,167). Sum of RGB (Red+Green+Blue) = 191+76+167=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CA7 is #40B358. Grayscale: #787878. Windows color (decimal): -4240217 or 10964159. OLE color: 10964159.

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

Color convert

RGB 191 76 167 -
CMYK 0 0.60 0.13 0.25
HSL 312.52º 0.47% 0.52% -
HSV(B) 312.52º 0.6% 0.75% -
XYZ 31.05 19.04 38.6 -
YUV 120.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 191 76 167 0 0.60 0.13 0.25 312.52 0.47 0.52
Hex BF 4C A7 0 3C D 19 139 2F 34
Octal 277 114 247 0 74 15 31 471 57 64
Binary 10111111 1001100 10100111 0 111100 1101 11001 100111001 101111 110100

Color Harmonies of #BF4CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CA7

Black with #BF4CA7

Text Example


Text Example

White with #BF4CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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