Html Css Color HEX #B45FB1 Fuchsia

📋 copy color: '#B45FB1'

red 180 ◦ green 95 ◦ blue 177

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

Shades of Fuchsia #B45FB1

Tints of Fuchsia #B45FB1

RGB

 RED value IS 180 (70.7% from 255) = 39.82%

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 39.82%
G = 21.02%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B45FB1 (or 0xB45FB1) is known color: Fuchsia. HEX triplet: B4, 5F and B1. RGB value is (180,95,177). Sum of RGB (Red+Green+Blue) = 180+95+177=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FB1 is #4BA04E. Grayscale: #818181. Windows color (decimal): -4956239 or 11624372. OLE color: 11624372.

HSL color Cylindrical-coordinate representation of color #B45FB1: hue angle of 302.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45FB1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 95 177 -
CMYK 0 0.47 0.02 0.29
HSL 302.12º 0.36% 0.54% -
HSV(B) 302.12º 0.47% 0.71% -
XYZ 30.85 21.06 44.03 -
YUV 129.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 180 95 177 0 0.47 0.02 0.29 302.12 0.36 0.54
Hex B4 5F B1 0 2F 2 1D 12E 24 36
Octal 264 137 261 0 57 2 35 456 44 66
Binary 10110100 1011111 10110001 0 101111 10 11101 100101110 100100 110110

Color Harmonies of #B45FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FB1

Black with #B45FB1

Text Example


Text Example

White with #B45FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FB1; }

 p { color: rgb(180,95,177); }

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

background-color css

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

 a { background-color: rgb(180,95,177); }

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

border-color css

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

 span { border-color: rgb(180,95,177); }

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