Html Css Color HEX #BF29B8 Fuchsia

📋 copy color: '#BF29B8'

red 191 ◦ green 41 ◦ blue 184

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

Shades of Fuchsia #BF29B8

Tints of Fuchsia #BF29B8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.86%

 BLUE value IS 184 (72.27% from 255) = 44.23%

R = 45.91%
G = 9.86%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF29B8 (or 0xBF29B8) is known color: Fuchsia. HEX triplet: BF, 29 and B8. RGB value is (191,41,184). Sum of RGB (Red+Green+Blue) = 191+41+184=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29B8 is #40D647. Grayscale: #656565. Windows color (decimal): -4249160 or 12069311. OLE color: 12069311.

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

Color convert

RGB 191 41 184 -
CMYK 0 0.79 0.04 0.25
HSL 302.8º 0.65% 0.45% -
HSV(B) 302.8º 0.79% 0.75% -
XYZ 30.93 16.12 46.83 -
YUV 102.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 191 41 184 0 0.79 0.04 0.25 302.8 0.65 0.45
Hex BF 29 B8 0 4F 4 19 12F 41 2D
Octal 277 51 270 0 117 4 31 457 101 55
Binary 10111111 101001 10111000 0 1001111 100 11001 100101111 1000001 101101

Color Harmonies of #BF29B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29B8

Black with #BF29B8

Text Example


Text Example

White with #BF29B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29B8; }

 p { color: rgb(191,41,184); }

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

background-color css

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

 a { background-color: rgb(191,41,184); }

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

border-color css

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

 span { border-color: rgb(191,41,184); }

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