#B438BF

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

Shades of Fuchsia #B438BF

Tints of Fuchsia #B438BF

Color information

#B438BF (or 0xB438BF) is unknown color: approx Fuchsia. HEX triplet: B4, 38 and BF. RGB value is (180,56,191). Sum of RGB (Red+Green+Blue) = 180+56+191=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #B438BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438BF is #4BC740. Grayscale: #6C6C6C. Windows color (decimal): -4966209 or 12531892. OLE color: 12531892.

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

Color convert

RGB18056191-
CMYK0.060.7100.25
HSL295.11º54.66%48.43%-
HSV(B)295.11º70.68%74.9%-
XYZ29.6416.2950.87-
YUV108.47174.58179.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 56 (22.27% from 255) = 13.11%
BLUE value IS 191 (75% from 255) = 44.73%
R=42.15%
G=13.11%
B=44.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180561910.060.7100.25295.1154.6648.43
HexB438BF6470191273730
Octal2647027761070314476760
Binary10110100111000101111111101000111011001100100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438BF; }

 p { color: rgb(180,56,191); }

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

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

 a { background-color: rgb(180,56,191); }

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

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

 span { border-color: rgb(180,56,191); }

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