Html Css Color HEX #B146C1 Fuchsia

📋 copy color: '#B146C1'

red 177 ◦ green 70 ◦ blue 193

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

Shades of Fuchsia #B146C1

Tints of Fuchsia #B146C1

RGB

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

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

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

R = 40.23%
G = 15.91%
B = 43.86%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B146C1 (or 0xB146C1) is known color: Fuchsia. HEX triplet: B1, 46 and C1. RGB value is (177,70,193). Sum of RGB (Red+Green+Blue) = 177+70+193=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #B146C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146C1 is #4EB93E. Grayscale: #737373. Windows color (decimal): -5159231 or 12666545. OLE color: 12666545.

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

Color convert

RGB 177 70 193 -
CMYK 0.08 0.64 0 0.24
HSL 292.2º 0.5% 0.52% -
HSV(B) 292.2º 0.64% 0.76% -
XYZ 29.95 17.58 52.27 -
YUV 116.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 177 70 193 0.08 0.64 0 0.24 292.2 0.5 0.52
Hex B1 46 C1 8 40 0 18 124 32 34
Octal 261 106 301 10 100 0 30 444 62 64
Binary 10110001 1000110 11000001 1000 1000000 0 11000 100100100 110010 110100

Color Harmonies of #B146C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146C1

Black with #B146C1

Text Example


Text Example

White with #B146C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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