Html Css Color HEX #B146BD Fuchsia

📋 copy color: '#B146BD'

red 177 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #B146BD

Tints of Fuchsia #B146BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 40.6%
G = 16.06%
B = 43.35%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B146BD (or 0xB146BD) is known color: Fuchsia. HEX triplet: B1, 46 and BD. RGB value is (177,70,189). Sum of RGB (Red+Green+Blue) = 177+70+189=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B146BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BD is #4EB942. Grayscale: #737373. Windows color (decimal): -5159235 or 12404401. OLE color: 12404401.

HSL color Cylindrical-coordinate representation of color #B146BD: hue angle of 293.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B146BD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 70 189 -
CMYK 0.06 0.63 0 0.26
HSL 293.95º 0.47% 0.51% -
HSV(B) 293.95º 0.63% 0.74% -
XYZ 29.51 17.4 49.95 -
YUV 115.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 177 70 189 0.06 0.63 0 0.26 293.95 0.47 0.51
Hex B1 46 BD 6 3F 0 1A 126 2F 33
Octal 261 106 275 6 77 0 32 446 57 63
Binary 10110001 1000110 10111101 110 111111 0 11010 100100110 101111 110011

Color Harmonies of #B146BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146BD

Black with #B146BD

Text Example


Text Example

White with #B146BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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