Html Css Color HEX #B448A8 Fuchsia

📋 copy color: '#B448A8'

red 180 ◦ green 72 ◦ blue 168

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

Shades of Fuchsia #B448A8

Tints of Fuchsia #B448A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40%

R = 42.86%
G = 17.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B448A8 (or 0xB448A8) is known color: Fuchsia. HEX triplet: B4, 48 and A8. RGB value is (180,72,168). Sum of RGB (Red+Green+Blue) = 180+72+168=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B448A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448A8 is #4BB757. Grayscale: #727272. Windows color (decimal): -4962136 or 11028660. OLE color: 11028660.

HSL color Cylindrical-coordinate representation of color #B448A8: hue angle of 306.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 #B448A8 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 168 -
CMYK 0 0.60 0.07 0.29
HSL 306.67º 0.43% 0.49% -
HSV(B) 306.67º 0.6% 0.71% -
XYZ 28.21 17.17 38.87 -
YUV 115.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 180 72 168 0 0.60 0.07 0.29 306.67 0.43 0.49
Hex B4 48 A8 0 3C 7 1D 133 2B 31
Octal 264 110 250 0 74 7 35 463 53 61
Binary 10110100 1001000 10101000 0 111100 111 11101 100110011 101011 110001

Color Harmonies of #B448A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448A8

Black with #B448A8

Text Example


Text Example

White with #B448A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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