Html Css Color HEX #BF4AB7 Fuchsia

📋 copy color: '#BF4AB7'

red 191 ◦ green 74 ◦ blue 183

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

Shades of Fuchsia #BF4AB7

Tints of Fuchsia #BF4AB7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 42.63%
G = 16.52%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF4AB7 (or 0xBF4AB7) is known color: Fuchsia. HEX triplet: BF, 4A and B7. RGB value is (191,74,183). Sum of RGB (Red+Green+Blue) = 191+74+183=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AB7 is #40B548. Grayscale: #797979. Windows color (decimal): -4240713 or 12012223. OLE color: 12012223.

HSL color Cylindrical-coordinate representation of color #BF4AB7: hue angle of 304.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4AB7 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 183 -
CMYK 0 0.61 0.04 0.25
HSL 304.1º 0.48% 0.52% -
HSV(B) 304.1º 0.61% 0.75% -
XYZ 32.48 19.39 46.83 -
YUV 121.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 191 74 183 0 0.61 0.04 0.25 304.1 0.48 0.52
Hex BF 4A B7 0 3D 4 19 130 30 34
Octal 277 112 267 0 75 4 31 460 60 64
Binary 10111111 1001010 10110111 0 111101 100 11001 100110000 110000 110100

Color Harmonies of #BF4AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AB7

Black with #BF4AB7

Text Example


Text Example

White with #BF4AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AB7; }

 p { color: rgb(191,74,183); }

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

background-color css

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

 a { background-color: rgb(191,74,183); }

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

border-color css

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

 span { border-color: rgb(191,74,183); }

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