Html Css Color HEX #BF29BE Fuchsia

📋 copy color: '#BF29BE'

red 191 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #BF29BE

Tints of Fuchsia #BF29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 45.26%
G = 9.72%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF29BE (or 0xBF29BE) is known color: Fuchsia. HEX triplet: BF, 29 and BE. RGB value is (191,41,190). Sum of RGB (Red+Green+Blue) = 191+41+190=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29BE is #40D641. Grayscale: #666666. Windows color (decimal): -4249154 or 12462527. OLE color: 12462527.

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

Color convert

RGB 191 41 190 -
CMYK 0 0.79 0.01 0.25
HSL 300.4º 0.65% 0.45% -
HSV(B) 300.4º 0.79% 0.75% -
XYZ 31.57 16.38 50.21 -
YUV 102.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 191 41 190 0 0.79 0.01 0.25 300.4 0.65 0.45
Hex BF 29 BE 0 4F 1 19 12C 41 2D
Octal 277 51 276 0 117 1 31 454 101 55
Binary 10111111 101001 10111110 0 1001111 1 11001 100101100 1000001 101101

Color Harmonies of #BF29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29BE

Black with #BF29BE

Text Example


Text Example

White with #BF29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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