#B433BD

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

Shades of Fuchsia #B433BD

Tints of Fuchsia #B433BD

Color information

#B433BD (or 0xB433BD) is unknown color: approx Fuchsia. HEX triplet: B4, 33 and BD. RGB value is (180,51,189). Sum of RGB (Red+Green+Blue) = 180+51+189=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B433BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433BD is #4BCC42. Grayscale: #686868. Windows color (decimal): -4967491 or 12399540. OLE color: 12399540.

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

Color convert

RGB18051189-
CMYK0.050.7300.26
HSL296.09º57.5%47.06%-
HSV(B)296.09º73.02%74.12%-
XYZ29.1915.7549.64-
YUV105.3175.24181.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 189 (74.22% from 255) = 45%
R=42.86%
G=12.14%
B=45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180511890.050.7300.26296.0957.547.06
HexB433BD54901A1283a2f
Octal2646327551110324507257
Binary10110100110011101111011011001001011010100101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433BD; }

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

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

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

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

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

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

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

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