#B438C2

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

Shades of Fuchsia #B438C2

Tints of Fuchsia #B438C2

Color information

#B438C2 (or 0xB438C2) is unknown color: approx Fuchsia. HEX triplet: B4, 38 and C2. RGB value is (180,56,194). Sum of RGB (Red+Green+Blue) = 180+56+194=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #B438C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438C2 is #4BC73D. Grayscale: #6C6C6C. Windows color (decimal): -4966206 or 12728500. OLE color: 12728500.

HSL color Cylindrical-coordinate representation of color #B438C2: hue angle of 293.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B438C2 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18056194-
CMYK0.070.7100.24
HSL293.91º55.2%49.02%-
HSV(B)293.91º71.13%76.08%-
XYZ29.9716.4352.63-
YUV108.81176.08178.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 56 (22.27% from 255) = 13.02%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=41.86%
G=13.02%
B=45.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180561940.070.7100.24293.9155.249.02
HexB438C27470181263731
Octal2647030271070304466761
Binary10110100111000110000101111000111011000100100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438C2; }

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

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

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

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

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

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

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

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