Html Css Color HEX #B146BC Fuchsia

📋 copy color: '#B146BC'

red 177 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #B146BC

Tints of Fuchsia #B146BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 40.69%
G = 16.09%
B = 43.22%

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

#B146BC (or 0xB146BC) is known color: Fuchsia. HEX triplet: B1, 46 and BC. RGB value is (177,70,188). Sum of RGB (Red+Green+Blue) = 177+70+188=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B146BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BC is #4EB943. Grayscale: #737373. Windows color (decimal): -5159236 or 12338865. OLE color: 12338865.

HSL color Cylindrical-coordinate representation of color #B146BC: hue angle of 294.41º 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 #B146BC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 70 188 -
CMYK 0.06 0.63 0 0.26
HSL 294.41º 0.47% 0.51% -
HSV(B) 294.41º 0.63% 0.74% -
XYZ 29.4 17.36 49.38 -
YUV 115.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 177 70 188 0.06 0.63 0 0.26 294.41 0.47 0.51
Hex B1 46 BC 6 3F 0 1A 126 2F 33
Octal 261 106 274 6 77 0 32 446 57 63
Binary 10110001 1000110 10111100 110 111111 0 11010 100100110 101111 110011

Color Harmonies of #B146BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146BC

Black with #B146BC

Text Example


Text Example

White with #B146BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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