Html Css Color HEX #BF28B0 Fuchsia

📋 copy color: '#BF28B0'

red 191 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #BF28B0

Tints of Fuchsia #BF28B0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.83%

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

R = 46.93%
G = 9.83%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF28B0 (or 0xBF28B0) is known color: Fuchsia. HEX triplet: BF, 28 and B0. RGB value is (191,40,176). Sum of RGB (Red+Green+Blue) = 191+40+176=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF28B0 is #40D74F. Grayscale: #646464. Windows color (decimal): -4249424 or 11544767. OLE color: 11544767.

HSL color Cylindrical-coordinate representation of color #BF28B0: hue angle of 305.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF28B0 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 176 -
CMYK 0 0.79 0.08 0.25
HSL 305.96º 0.65% 0.45% -
HSV(B) 305.96º 0.79% 0.75% -
XYZ 30.08 15.73 42.52 -
YUV 100.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 191 40 176 0 0.79 0.08 0.25 305.96 0.65 0.45
Hex BF 28 B0 0 4F 8 19 132 41 2D
Octal 277 50 260 0 117 10 31 462 101 55
Binary 10111111 101000 10110000 0 1001111 1000 11001 100110010 1000001 101101

Color Harmonies of #BF28B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28B0

Black with #BF28B0

Text Example


Text Example

White with #BF28B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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