Html Css Color HEX #B145B8 Fuchsia

📋 copy color: '#B145B8'

red 177 ◦ green 69 ◦ blue 184

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

Shades of Fuchsia #B145B8

Tints of Fuchsia #B145B8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

 BLUE value IS 184 (72.27% from 255) = 42.79%

R = 41.16%
G = 16.05%
B = 42.79%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B145B8 (or 0xB145B8) is known color: Fuchsia. HEX triplet: B1, 45 and B8. RGB value is (177,69,184). Sum of RGB (Red+Green+Blue) = 177+69+184=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #B145B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145B8 is #4EBA47. Grayscale: #727272. Windows color (decimal): -5159496 or 12076465. OLE color: 12076465.

HSL color Cylindrical-coordinate representation of color #B145B8: hue angle of 296.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B145B8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 69 184 -
CMYK 0.04 0.62 0 0.28
HSL 296.35º 0.45% 0.5% -
HSV(B) 296.35º 0.63% 0.72% -
XYZ 28.91 17.06 47.12 -
YUV 114.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 177 69 184 0.04 0.62 0 0.28 296.35 0.45 0.5
Hex B1 45 B8 4 3E 0 1C 128 2D 32
Octal 261 105 270 4 76 0 34 450 55 62
Binary 10110001 1000101 10111000 100 111110 0 11100 100101000 101101 110010

Color Harmonies of #B145B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145B8

Black with #B145B8

Text Example


Text Example

White with #B145B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145B8; }

 p { color: rgb(177,69,184); }

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

background-color css

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

 a { background-color: rgb(177,69,184); }

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

border-color css

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

 span { border-color: rgb(177,69,184); }

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