#B534BD

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

Shades of Fuchsia #B534BD

Tints of Fuchsia #B534BD

Color information

#B534BD (or 0xB534BD) is unknown color: approx Fuchsia. HEX triplet: B5, 34 and BD. RGB value is (181,52,189). Sum of RGB (Red+Green+Blue) = 181+52+189=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #B534BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534BD is #4ACB42. Grayscale: #696969. Windows color (decimal): -4901699 or 12399797. OLE color: 12399797.

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

Color convert

RGB18152189-
CMYK0.040.7200.26
HSL296.5º56.85%47.25%-
HSV(B)296.5º72.49%74.12%-
XYZ29.4715.9549.67-
YUV106.19174.74181.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=42.89%
G=12.32%
B=44.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181521890.040.7200.26296.556.8547.25
HexB534BD44801A128392f
Octal2656427541100324507157
Binary10110101110100101111011001001000011010100101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B534BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B534BD; }

 p { color: rgb(181,52,189); }

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

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

 a { background-color: rgb(181,52,189); }

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

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

 span { border-color: rgb(181,52,189); }

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