Html Css Color HEX #BF29C6 Fuchsia

📋 copy color: '#BF29C6'

red 191 ◦ green 41 ◦ blue 198

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

Shades of Fuchsia #BF29C6

Tints of Fuchsia #BF29C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 44.42%
G = 9.53%
B = 46.05%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF29C6 (or 0xBF29C6) is known color: Fuchsia. HEX triplet: BF, 29 and C6. RGB value is (191,41,198). Sum of RGB (Red+Green+Blue) = 191+41+198=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF29C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29C6 is #40D639. Grayscale: #676767. Windows color (decimal): -4249146 or 12986815. OLE color: 12986815.

HSL color Cylindrical-coordinate representation of color #BF29C6: hue angle of 297.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF29C6 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 41 198 -
CMYK 0.04 0.79 0 0.22
HSL 297.32º 0.66% 0.47% -
HSV(B) 297.32º 0.79% 0.78% -
XYZ 32.47 16.74 54.95 -
YUV 103.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 191 41 198 0.04 0.79 0 0.22 297.32 0.66 0.47
Hex BF 29 C6 4 4F 0 16 129 42 2F
Octal 277 51 306 4 117 0 26 451 102 57
Binary 10111111 101001 11000110 100 1001111 0 10110 100101001 1000010 101111

Color Harmonies of #BF29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29C6

Black with #BF29C6

Text Example


Text Example

White with #BF29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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