#B430B7

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

Shades of Fuchsia #B430B7

Tints of Fuchsia #B430B7

Color information

#B430B7 (or 0xB430B7) is unknown color: approx Fuchsia. HEX triplet: B4, 30 and B7. RGB value is (180,48,183). Sum of RGB (Red+Green+Blue) = 180+48+183=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #B430B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430B7 is #4BCF48. Grayscale: #666666. Windows color (decimal): -4968265 or 12005556. OLE color: 12005556.

HSL color Cylindrical-coordinate representation of color #B430B7: hue angle of 298.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B430B7 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18048183-
CMYK0.020.7400.28
HSL298.67º58.44%45.29%-
HSV(B)298.67º73.77%71.76%-
XYZ28.4315.2446.24-
YUV102.86173.23183.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=43.80%
G=11.68%
B=44.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180481830.020.7400.28298.6758.4445.29
HexB430B724A01C12b3a2d
Octal2646026721120344537255
Binary1011010011000010110111101001010011100100101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430B7; }

 p { color: rgb(180,48,183); }

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

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

 a { background-color: rgb(180,48,183); }

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

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

 span { border-color: rgb(180,48,183); }

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