Html Css Color HEX #BF28B2 Fuchsia

📋 copy color: '#BF28B2'

red 191 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #BF28B2

Tints of Fuchsia #BF28B2

RGB

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

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

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

R = 46.7%
G = 9.78%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF28B2 (or 0xBF28B2) is known color: Fuchsia. HEX triplet: BF, 28 and B2. RGB value is (191,40,178). Sum of RGB (Red+Green+Blue) = 191+40+178=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF28B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF28B2 is #40D74D. Grayscale: #646464. Windows color (decimal): -4249422 or 11675839. OLE color: 11675839.

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

Color convert

RGB 191 40 178 -
CMYK 0 0.79 0.07 0.25
HSL 305.17º 0.65% 0.45% -
HSV(B) 305.17º 0.79% 0.75% -
XYZ 30.28 15.81 43.57 -
YUV 100.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 191 40 178 0 0.79 0.07 0.25 305.17 0.65 0.45
Hex BF 28 B2 0 4F 7 19 131 41 2D
Octal 277 50 262 0 117 7 31 461 101 55
Binary 10111111 101000 10110010 0 1001111 111 11001 100110001 1000001 101101

Color Harmonies of #BF28B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28B2

Black with #BF28B2

Text Example


Text Example

White with #BF28B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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