Html Css Color HEX #B046C1 Fuchsia

📋 copy color: '#B046C1'

red 176 ◦ green 70 ◦ blue 193

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

Shades of Fuchsia #B046C1

Tints of Fuchsia #B046C1

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 193 (75.78% from 255) = 43.96%

R = 40.09%
G = 15.95%
B = 43.96%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B046C1 (or 0xB046C1) is known color: Fuchsia. HEX triplet: B0, 46 and C1. RGB value is (176,70,193). Sum of RGB (Red+Green+Blue) = 176+70+193=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #B046C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046C1 is #4FB93E. Grayscale: #737373. Windows color (decimal): -5224767 or 12666544. OLE color: 12666544.

HSL color Cylindrical-coordinate representation of color #B046C1: hue angle of 291.71º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B046C1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 70 193 -
CMYK 0.09 0.64 0 0.24
HSL 291.71º 0.5% 0.52% -
HSV(B) 291.71º 0.64% 0.76% -
XYZ 29.72 17.46 52.26 -
YUV 115.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 176 70 193 0.09 0.64 0 0.24 291.71 0.5 0.52
Hex B0 46 C1 9 40 0 18 124 32 34
Octal 260 106 301 11 100 0 30 444 62 64
Binary 10110000 1000110 11000001 1001 1000000 0 11000 100100100 110010 110100

Color Harmonies of #B046C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046C1

Black with #B046C1

Text Example


Text Example

White with #B046C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046C1; }

 p { color: rgb(176,70,193); }

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

background-color css

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

 a { background-color: rgb(176,70,193); }

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

border-color css

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

 span { border-color: rgb(176,70,193); }

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