Html Css Color HEX #BF29C0 Fuchsia

📋 copy color: '#BF29C0'

red 191 ◦ green 41 ◦ blue 192

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

Shades of Fuchsia #BF29C0

Tints of Fuchsia #BF29C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 45.05%
G = 9.67%
B = 45.28%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF29C0 (or 0xBF29C0) is known color: Fuchsia. HEX triplet: BF, 29 and C0. RGB value is (191,41,192). Sum of RGB (Red+Green+Blue) = 191+41+192=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF29C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29C0 is #40D63F. Grayscale: #666666. Windows color (decimal): -4249152 or 12593599. OLE color: 12593599.

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

Color convert

RGB 191 41 192 -
CMYK 0.01 0.79 0 0.25
HSL 299.6º 0.65% 0.46% -
HSV(B) 299.6º 0.79% 0.75% -
XYZ 31.79 16.47 51.37 -
YUV 103.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 191 41 192 0.01 0.79 0 0.25 299.6 0.65 0.46
Hex BF 29 C0 1 4F 0 19 12C 41 2E
Octal 277 51 300 1 117 0 31 454 101 56
Binary 10111111 101001 11000000 1 1001111 0 11001 100101100 1000001 101110

Color Harmonies of #BF29C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29C0

Black with #BF29C0

Text Example


Text Example

White with #BF29C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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