Html Css Color HEX #BF29B2 Fuchsia

📋 copy color: '#BF29B2'

red 191 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #BF29B2

Tints of Fuchsia #BF29B2

RGB

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

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

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

R = 46.59%
G = 10%
B = 43.41%

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

#BF29B2 (or 0xBF29B2) is known color: Fuchsia. HEX triplet: BF, 29 and B2. RGB value is (191,41,178). Sum of RGB (Red+Green+Blue) = 191+41+178=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF29B2 is #40D64D. Grayscale: #656565. Windows color (decimal): -4249166 or 11676095. OLE color: 11676095.

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

Color convert

RGB 191 41 178 -
CMYK 0 0.79 0.07 0.25
HSL 305.2º 0.65% 0.45% -
HSV(B) 305.2º 0.79% 0.75% -
XYZ 30.31 15.88 43.59 -
YUV 101.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 191 41 178 0 0.79 0.07 0.25 305.2 0.65 0.45
Hex BF 29 B2 0 4F 7 19 131 41 2D
Octal 277 51 262 0 117 7 31 461 101 55
Binary 10111111 101001 10110010 0 1001111 111 11001 100110001 1000001 101101

Color Harmonies of #BF29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29B2

Black with #BF29B2

Text Example


Text Example

White with #BF29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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