Html Css Color HEX #B146C2 Fuchsia

📋 copy color: '#B146C2'

red 177 ◦ green 70 ◦ blue 194

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

Shades of Fuchsia #B146C2

Tints of Fuchsia #B146C2

RGB

 RED value IS 177 (69.53% from 255) = 40.14%

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

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

R = 40.14%
G = 15.87%
B = 43.99%

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

#B146C2 (or 0xB146C2) is known color: Fuchsia. HEX triplet: B1, 46 and C2. RGB value is (177,70,194). Sum of RGB (Red+Green+Blue) = 177+70+194=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #B146C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146C2 is #4EB93D. Grayscale: #737373. Windows color (decimal): -5159230 or 12732081. OLE color: 12732081.

HSL color Cylindrical-coordinate representation of color #B146C2: hue angle of 291.77º 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 #B146C2 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 70 194 -
CMYK 0.09 0.64 0 0.24
HSL 291.77º 0.5% 0.52% -
HSV(B) 291.77º 0.64% 0.76% -
XYZ 30.06 17.62 52.86 -
YUV 116.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 177 70 194 0.09 0.64 0 0.24 291.77 0.5 0.52
Hex B1 46 C2 9 40 0 18 124 32 34
Octal 261 106 302 11 100 0 30 444 62 64
Binary 10110001 1000110 11000010 1001 1000000 0 11000 100100100 110010 110100

Color Harmonies of #B146C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146C2

Black with #B146C2

Text Example


Text Example

White with #B146C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146C2; }

 p { color: rgb(177,70,194); }

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

background-color css

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

 a { background-color: rgb(177,70,194); }

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

border-color css

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

 span { border-color: rgb(177,70,194); }

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