Html Css Color HEX #BF4CB3 Fuchsia

📋 copy color: '#BF4CB3'

red 191 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #BF4CB3

Tints of Fuchsia #BF4CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 42.83%
G = 17.04%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF4CB3 (or 0xBF4CB3) is known color: Fuchsia. HEX triplet: BF, 4C and B3. RGB value is (191,76,179). Sum of RGB (Red+Green+Blue) = 191+76+179=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CB3 is #40B34C. Grayscale: #797979. Windows color (decimal): -4240205 or 11750591. OLE color: 11750591.

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

Color convert

RGB 191 76 179 -
CMYK 0 0.60 0.06 0.25
HSL 306.26º 0.47% 0.52% -
HSV(B) 306.26º 0.6% 0.75% -
XYZ 32.21 19.5 44.71 -
YUV 122.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 191 76 179 0 0.60 0.06 0.25 306.26 0.47 0.52
Hex BF 4C B3 0 3C 6 19 132 2F 34
Octal 277 114 263 0 74 6 31 462 57 64
Binary 10111111 1001100 10110011 0 111100 110 11001 100110010 101111 110100

Color Harmonies of #BF4CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CB3

Black with #BF4CB3

Text Example


Text Example

White with #BF4CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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