#B448BD

Color #B448BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B448BD

Tints of Fuchsia #B448BD

Color information

#B448BD (or 0xB448BD) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and BD. RGB value is (180,72,189). Sum of RGB (Red+Green+Blue) = 180+72+189=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B448BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448BD is #4BB742. Grayscale: #757575. Windows color (decimal): -4962115 or 12404916. OLE color: 12404916.

HSL color Cylindrical-coordinate representation of color #B448BD: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B448BD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18072189-
CMYK0.050.6200.26
HSL295.38º46.99%51.18%-
HSV(B)295.38º61.9%74.12%-
XYZ30.3318.0150.02-
YUV117.63168.28172.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=40.82%
G=16.33%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180721890.050.6200.26295.3846.9951.18
HexB448BD53E01A1272f33
Octal2641102755760324475763
Binary10110100100100010111101101111110011010100100111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448BD; }

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

 H1.HeaderClassName
 {
   color: #B448BD;
 }
 .AnyTagClassName
 {
   color: #B448BD;
 }
</style>
background-color css

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

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

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

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

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

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