Html Css Color HEX #BF44B8 Fuchsia

📋 copy color: '#BF44B8'

red 191 ◦ green 68 ◦ blue 184

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

Shades of Fuchsia #BF44B8

Tints of Fuchsia #BF44B8

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.35%

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 43.12%
G = 15.35%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF44B8 (or 0xBF44B8) is known color: Fuchsia. HEX triplet: BF, 44 and B8. RGB value is (191,68,184). Sum of RGB (Red+Green+Blue) = 191+68+184=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44B8 is #40BB47. Grayscale: #757575. Windows color (decimal): -4242248 or 12076223. OLE color: 12076223.

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

Color convert

RGB 191 68 184 -
CMYK 0 0.64 0.04 0.25
HSL 303.41º 0.49% 0.51% -
HSV(B) 303.41º 0.64% 0.75% -
XYZ 32.2 18.67 47.25 -
YUV 118 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 191 68 184 0 0.64 0.04 0.25 303.41 0.49 0.51
Hex BF 44 B8 0 40 4 19 12F 31 33
Octal 277 104 270 0 100 4 31 457 61 63
Binary 10111111 1000100 10111000 0 1000000 100 11001 100101111 110001 110011

Color Harmonies of #BF44B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44B8

Black with #BF44B8

Text Example


Text Example

White with #BF44B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44B8; }

 p { color: rgb(191,68,184); }

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

background-color css

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

 a { background-color: rgb(191,68,184); }

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

border-color css

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

 span { border-color: rgb(191,68,184); }

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