Html Css Color HEX #BF29BB Fuchsia

📋 copy color: '#BF29BB'

red 191 ◦ green 41 ◦ blue 187

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

Shades of Fuchsia #BF29BB

Tints of Fuchsia #BF29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 45.58%
G = 9.79%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF29BB (or 0xBF29BB) is known color: Fuchsia. HEX triplet: BF, 29 and BB. RGB value is (191,41,187). Sum of RGB (Red+Green+Blue) = 191+41+187=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29BB is #40D644. Grayscale: #666666. Windows color (decimal): -4249157 or 12265919. OLE color: 12265919.

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

Color convert

RGB 191 41 187 -
CMYK 0 0.79 0.02 0.25
HSL 301.6º 0.65% 0.45% -
HSV(B) 301.6º 0.79% 0.75% -
XYZ 31.25 16.25 48.5 -
YUV 102.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 191 41 187 0 0.79 0.02 0.25 301.6 0.65 0.45
Hex BF 29 BB 0 4F 2 19 12E 41 2D
Octal 277 51 273 0 117 2 31 456 101 55
Binary 10111111 101001 10111011 0 1001111 10 11001 100101110 1000001 101101

Color Harmonies of #BF29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29BB

Black with #BF29BB

Text Example


Text Example

White with #BF29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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