Html Css Color HEX #BF4AB6 Fuchsia

📋 copy color: '#BF4AB6'

red 191 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #BF4AB6

Tints of Fuchsia #BF4AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.72%

R = 42.73%
G = 16.55%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF4AB6 (or 0xBF4AB6) is known color: Fuchsia. HEX triplet: BF, 4A and B6. RGB value is (191,74,182). Sum of RGB (Red+Green+Blue) = 191+74+182=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AB6 is #40B549. Grayscale: #787878. Windows color (decimal): -4240714 or 11946687. OLE color: 11946687.

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

Color convert

RGB 191 74 182 -
CMYK 0 0.61 0.05 0.25
HSL 304.62º 0.48% 0.52% -
HSV(B) 304.62º 0.61% 0.75% -
XYZ 32.38 19.35 46.28 -
YUV 121.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 191 74 182 0 0.61 0.05 0.25 304.62 0.48 0.52
Hex BF 4A B6 0 3D 5 19 131 30 34
Octal 277 112 266 0 75 5 31 461 60 64
Binary 10111111 1001010 10110110 0 111101 101 11001 100110001 110000 110100

Color Harmonies of #BF4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AB6

Black with #BF4AB6

Text Example


Text Example

White with #BF4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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