#B935BF

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

Shades of Fuchsia #B935BF

Tints of Fuchsia #B935BF

Color information

#B935BF (or 0xB935BF) is unknown color: approx Fuchsia. HEX triplet: B9, 35 and BF. RGB value is (185,53,191). Sum of RGB (Red+Green+Blue) = 185+53+191=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #B935BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935BF is #46CA40. Grayscale: #6B6B6B. Windows color (decimal): -4639297 or 12531129. OLE color: 12531129.

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

Color convert

RGB18553191-
CMYK0.030.7200.25
HSL297.39º56.56%47.84%-
HSV(B)297.39º72.25%74.9%-
XYZ30.6816.6250.88-
YUV108.2174.73182.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 53 (21.09% from 255) = 12.35%
BLUE value IS 191 (75% from 255) = 44.52%
R=43.12%
G=12.35%
B=44.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185531910.030.7200.25297.3956.5647.84
HexB935BF3480191293930
Octal2716527731100314517160
Binary1011100111010110111111111001000011001100101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935BF; }

 p { color: rgb(185,53,191); }

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

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

 a { background-color: rgb(185,53,191); }

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

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

 span { border-color: rgb(185,53,191); }

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