#BE34B5

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

Shades of Fuchsia #BE34B5

Tints of Fuchsia #BE34B5

Color information

#BE34B5 (or 0xBE34B5) is unknown color: approx Fuchsia. HEX triplet: BE, 34 and B5. RGB value is (190,52,181). Sum of RGB (Red+Green+Blue) = 190+52+181=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34B5 is #41CB4A. Grayscale: #6B6B6B. Windows color (decimal): -4311883 or 11875518. OLE color: 11875518.

HSL color Cylindrical-coordinate representation of color #BE34B5: hue angle of 303.91º 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 #BE34B5 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19052181-
CMYK00.730.050.25
HSL303.91º57.02%47.45%-
HSV(B)303.91º72.63%74.51%-
XYZ30.816.7445.32-
YUV107.97169.22186.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905218100.730.050.25303.9157.0247.45
HexBE34B5049519130392f
Octal2766426501115314607157
Binary10111110110100101101010100100110111001100110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34B5; }

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

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

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

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

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

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

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

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