Html Css Color HEX #BF29C2 Fuchsia

📋 copy color: '#BF29C2'

red 191 ◦ green 41 ◦ blue 194

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

Shades of Fuchsia #BF29C2

Tints of Fuchsia #BF29C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 44.84%
G = 9.62%
B = 45.54%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF29C2 (or 0xBF29C2) is known color: Fuchsia. HEX triplet: BF, 29 and C2. RGB value is (191,41,194). Sum of RGB (Red+Green+Blue) = 191+41+194=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF29C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29C2 is #40D63D. Grayscale: #666666. Windows color (decimal): -4249150 or 12724671. OLE color: 12724671.

HSL color Cylindrical-coordinate representation of color #BF29C2: hue angle of 298.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF29C2 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 41 194 -
CMYK 0.02 0.79 0 0.24
HSL 298.82º 0.65% 0.46% -
HSV(B) 298.82º 0.79% 0.76% -
XYZ 32.02 16.56 52.55 -
YUV 103.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 191 41 194 0.02 0.79 0 0.24 298.82 0.65 0.46
Hex BF 29 C2 2 4F 0 18 12B 41 2E
Octal 277 51 302 2 117 0 30 453 101 56
Binary 10111111 101001 11000010 10 1001111 0 11000 100101011 1000001 101110

Color Harmonies of #BF29C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29C2

Black with #BF29C2

Text Example


Text Example

White with #BF29C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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