#B433B7

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

Shades of Fuchsia #B433B7

Tints of Fuchsia #B433B7

Color information

#B433B7 (or 0xB433B7) is unknown color: approx Fuchsia. HEX triplet: B4, 33 and B7. RGB value is (180,51,183). Sum of RGB (Red+Green+Blue) = 180+51+183=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #B433B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433B7 is #4BCC48. Grayscale: #686868. Windows color (decimal): -4967497 or 12006324. OLE color: 12006324.

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

Color convert

RGB18051183-
CMYK0.020.7200.28
HSL298.64º56.41%45.88%-
HSV(B)298.64º72.13%71.76%-
XYZ28.5515.4946.28-
YUV104.62172.24181.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=43.48%
G=12.32%
B=44.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180511830.020.7200.28298.6456.4145.88
HexB433B724801C12b382e
Octal2646326721100344537056
Binary1011010011001110110111101001000011100100101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433B7; }

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

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

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

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

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

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

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

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