Html Css Color HEX #BF43C6 Fuchsia

📋 copy color: '#BF43C6'

red 191 ◦ green 67 ◦ blue 198

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

Shades of Fuchsia #BF43C6

Tints of Fuchsia #BF43C6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 41.89%
G = 14.69%
B = 43.42%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF43C6 (or 0xBF43C6) is known color: Fuchsia. HEX triplet: BF, 43 and C6. RGB value is (191,67,198). Sum of RGB (Red+Green+Blue) = 191+67+198=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF43C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43C6 is #40BC39. Grayscale: #767676. Windows color (decimal): -4242490 or 12993471. OLE color: 12993471.

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

Color convert

RGB 191 67 198 -
CMYK 0.04 0.66 0 0.22
HSL 296.79º 0.53% 0.52% -
HSV(B) 296.79º 0.66% 0.78% -
XYZ 33.69 19.17 55.35 -
YUV 119.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 191 67 198 0.04 0.66 0 0.22 296.79 0.53 0.52
Hex BF 43 C6 4 42 0 16 129 35 34
Octal 277 103 306 4 102 0 26 451 65 64
Binary 10111111 1000011 11000110 100 1000010 0 10110 100101001 110101 110100

Color Harmonies of #BF43C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43C6

Black with #BF43C6

Text Example


Text Example

White with #BF43C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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