Html Css Color HEX #B145BE Fuchsia

📋 copy color: '#B145BE'

red 177 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #B145BE

Tints of Fuchsia #B145BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 40.6%
G = 15.83%
B = 43.58%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B145BE (or 0xB145BE) is known color: Fuchsia. HEX triplet: B1, 45 and BE. RGB value is (177,69,190). Sum of RGB (Red+Green+Blue) = 177+69+190=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #B145BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145BE is #4EBA41. Grayscale: #727272. Windows color (decimal): -5159490 or 12469681. OLE color: 12469681.

HSL color Cylindrical-coordinate representation of color #B145BE: hue angle of 293.55º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B145BE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 69 190 -
CMYK 0.07 0.64 0 0.25
HSL 293.55º 0.48% 0.51% -
HSV(B) 293.55º 0.64% 0.75% -
XYZ 29.55 17.32 50.5 -
YUV 115.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 177 69 190 0.07 0.64 0 0.25 293.55 0.48 0.51
Hex B1 45 BE 7 40 0 19 126 30 33
Octal 261 105 276 7 100 0 31 446 60 63
Binary 10110001 1000101 10111110 111 1000000 0 11001 100100110 110000 110011

Color Harmonies of #B145BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145BE

Black with #B145BE

Text Example


Text Example

White with #B145BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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