#B35ABF

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

Shades of Fuchsia #B35ABF

Tints of Fuchsia #B35ABF

Color information

#B35ABF (or 0xB35ABF) is unknown color: approx Fuchsia. HEX triplet: B3, 5A and BF. RGB value is (179,90,191). Sum of RGB (Red+Green+Blue) = 179+90+191=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #B35ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ABF is #4CA540. Grayscale: #7F7F7F. Windows color (decimal): -5023041 or 12540595. OLE color: 12540595.

HSL color Cylindrical-coordinate representation of color #B35ABF: hue angle of 292.87º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35ABF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17990191-
CMYK0.060.5300.25
HSL292.87º44.1%55.1%-
HSV(B)292.87º52.88%74.9%-
XYZ31.6520.6651.61-
YUV128.12163.49164.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 90 (35.55% from 255) = 19.57%
BLUE value IS 191 (75% from 255) = 41.52%
R=38.91%
G=19.57%
B=41.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179901910.060.5300.25292.8744.155.1
HexB35ABF6350191252c37
Octal2631322776650314455467
Binary10110011101101010111111110110101011001100100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35ABF; }

 p { color: rgb(179,90,191); }

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

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

 a { background-color: rgb(179,90,191); }

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

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

 span { border-color: rgb(179,90,191); }

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