Html Css Color HEX #BF45B0 Fuchsia

📋 copy color: '#BF45B0'

red 191 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #BF45B0

Tints of Fuchsia #BF45B0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.83%

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

R = 43.81%
G = 15.83%
B = 40.37%

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

#BF45B0 (or 0xBF45B0) is known color: Fuchsia. HEX triplet: BF, 45 and B0. RGB value is (191,69,176). Sum of RGB (Red+Green+Blue) = 191+69+176=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45B0 is #40BA4F. Grayscale: #757575. Windows color (decimal): -4242000 or 11552191. OLE color: 11552191.

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

Color convert

RGB 191 69 176 -
CMYK 0 0.64 0.08 0.25
HSL 307.38º 0.49% 0.51% -
HSV(B) 307.38º 0.64% 0.75% -
XYZ 31.45 18.47 42.98 -
YUV 117.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 191 69 176 0 0.64 0.08 0.25 307.38 0.49 0.51
Hex BF 45 B0 0 40 8 19 133 31 33
Octal 277 105 260 0 100 10 31 463 61 63
Binary 10111111 1000101 10110000 0 1000000 1000 11001 100110011 110001 110011

Color Harmonies of #BF45B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF45B0

Black with #BF45B0

Text Example


Text Example

White with #BF45B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF45B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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