#B534BE

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

Shades of Fuchsia #B534BE

Tints of Fuchsia #B534BE

Color information

#B534BE (or 0xB534BE) is unknown color: approx Fuchsia. HEX triplet: B5, 34 and BE. RGB value is (181,52,190). Sum of RGB (Red+Green+Blue) = 181+52+190=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #B534BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534BE is #4ACB41. Grayscale: #696969. Windows color (decimal): -4901698 or 12465333. OLE color: 12465333.

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

Color convert

RGB18152190-
CMYK0.050.7300.25
HSL296.09º57.02%47.45%-
HSV(B)296.09º72.63%74.51%-
XYZ29.581650.24-
YUV106.3175.24181.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=42.79%
G=12.29%
B=44.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181521900.050.7300.25296.0957.0247.45
HexB534BE549019128392f
Octal2656427651110314507157
Binary10110101110100101111101011001001011001100101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B534BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B534BE; }

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

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

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

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

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

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

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

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