#B35CBD

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

Shades of Fuchsia #B35CBD

Tints of Fuchsia #B35CBD

Color information

#B35CBD (or 0xB35CBD) is unknown color: approx Fuchsia. HEX triplet: B3, 5C and BD. RGB value is (179,92,189). Sum of RGB (Red+Green+Blue) = 179+92+189=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #B35CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CBD is #4CA342. Grayscale: #808080. Windows color (decimal): -5022531 or 12410035. OLE color: 12410035.

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

Color convert

RGB17992189-
CMYK0.050.5100.26
HSL293.81º42.36%55.1%-
HSV(B)293.81º51.32%74.12%-
XYZ31.620.9150.51-
YUV129.07161.82163.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=38.91%
G=20%
B=41.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179921890.050.5100.26293.8142.3655.1
HexB35CBD53301A1262a37
Octal2631342755630324465267
Binary10110011101110010111101101110011011010100100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CBD; }

 p { color: rgb(179,92,189); }

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

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

 a { background-color: rgb(179,92,189); }

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

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

 span { border-color: rgb(179,92,189); }

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