Html Css Color HEX #BF44B2 Fuchsia

📋 copy color: '#BF44B2'

red 191 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #BF44B2

Tints of Fuchsia #BF44B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 43.71%
G = 15.56%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF44B2 (or 0xBF44B2) is known color: Fuchsia. HEX triplet: BF, 44 and B2. RGB value is (191,68,178). Sum of RGB (Red+Green+Blue) = 191+68+178=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF44B2 is #40BB4D. Grayscale: #747474. Windows color (decimal): -4242254 or 11683007. OLE color: 11683007.

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

Color convert

RGB 191 68 178 -
CMYK 0 0.64 0.07 0.25
HSL 306.34º 0.49% 0.51% -
HSV(B) 306.34º 0.64% 0.75% -
XYZ 31.59 18.42 44.01 -
YUV 117.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 191 68 178 0 0.64 0.07 0.25 306.34 0.49 0.51
Hex BF 44 B2 0 40 7 19 132 31 33
Octal 277 104 262 0 100 7 31 462 61 63
Binary 10111111 1000100 10110010 0 1000000 111 11001 100110010 110001 110011

Color Harmonies of #BF44B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44B2

Black with #BF44B2

Text Example


Text Example

White with #BF44B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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