Html Css Color HEX #B448B1 Fuchsia

📋 copy color: '#B448B1'

red 180 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #B448B1

Tints of Fuchsia #B448B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 41.96%
G = 16.78%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B448B1 (or 0xB448B1) is known color: Fuchsia. HEX triplet: B4, 48 and B1. RGB value is (180,72,177). Sum of RGB (Red+Green+Blue) = 180+72+177=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B448B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448B1 is #4BB74E. Grayscale: #737373. Windows color (decimal): -4962127 or 11618484. OLE color: 11618484.

HSL color Cylindrical-coordinate representation of color #B448B1: hue angle of 301.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B448B1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 177 -
CMYK 0 0.60 0.02 0.29
HSL 301.67º 0.43% 0.49% -
HSV(B) 301.67º 0.6% 0.71% -
XYZ 29.08 17.51 43.44 -
YUV 116.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 180 72 177 0 0.60 0.02 0.29 301.67 0.43 0.49
Hex B4 48 B1 0 3C 2 1D 12E 2B 31
Octal 264 110 261 0 74 2 35 456 53 61
Binary 10110100 1001000 10110001 0 111100 10 11101 100101110 101011 110001

Color Harmonies of #B448B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448B1

Black with #B448B1

Text Example


Text Example

White with #B448B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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