Html Css Color HEX #BF4CB9 Fuchsia

📋 copy color: '#BF4CB9'

red 191 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #BF4CB9

Tints of Fuchsia #BF4CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 42.26%
G = 16.81%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF4CB9 (or 0xBF4CB9) is known color: Fuchsia. HEX triplet: BF, 4C and B9. RGB value is (191,76,185). Sum of RGB (Red+Green+Blue) = 191+76+185=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CB9 is #40B346. Grayscale: #7A7A7A. Windows color (decimal): -4240199 or 12143807. OLE color: 12143807.

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

Color convert

RGB 191 76 185 -
CMYK 0 0.60 0.03 0.25
HSL 303.13º 0.47% 0.52% -
HSV(B) 303.13º 0.6% 0.75% -
XYZ 32.83 19.75 47.98 -
YUV 122.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 191 76 185 0 0.60 0.03 0.25 303.13 0.47 0.52
Hex BF 4C B9 0 3C 3 19 12F 2F 34
Octal 277 114 271 0 74 3 31 457 57 64
Binary 10111111 1001100 10111001 0 111100 11 11001 100101111 101111 110100

Color Harmonies of #BF4CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CB9

Black with #BF4CB9

Text Example


Text Example

White with #BF4CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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