Html Css Color HEX #BF44B0 Fuchsia

📋 copy color: '#BF44B0'

red 191 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #BF44B0

Tints of Fuchsia #BF44B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 43.91%
G = 15.63%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF44B0 (or 0xBF44B0) is known color: Fuchsia. HEX triplet: BF, 44 and B0. RGB value is (191,68,176). Sum of RGB (Red+Green+Blue) = 191+68+176=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF44B0 is #40BB4F. Grayscale: #747474. Windows color (decimal): -4242256 or 11551935. OLE color: 11551935.

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

Color convert

RGB 191 68 176 -
CMYK 0 0.64 0.08 0.25
HSL 307.32º 0.49% 0.51% -
HSV(B) 307.32º 0.64% 0.75% -
XYZ 31.39 18.35 42.96 -
YUV 117.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 191 68 176 0 0.64 0.08 0.25 307.32 0.49 0.51
Hex BF 44 B0 0 40 8 19 133 31 33
Octal 277 104 260 0 100 10 31 463 61 63
Binary 10111111 1000100 10110000 0 1000000 1000 11001 100110011 110001 110011

Color Harmonies of #BF44B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44B0

Black with #BF44B0

Text Example


Text Example

White with #BF44B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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