#B935BD

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

Shades of Fuchsia #B935BD

Tints of Fuchsia #B935BD

Color information

#B935BD (or 0xB935BD) is unknown color: approx Fuchsia. HEX triplet: B9, 35 and BD. RGB value is (185,53,189). Sum of RGB (Red+Green+Blue) = 185+53+189=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #B935BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935BD is #46CA42. Grayscale: #6B6B6B. Windows color (decimal): -4639299 or 12400057. OLE color: 12400057.

HSL color Cylindrical-coordinate representation of color #B935BD: hue angle of 298.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B935BD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18553189-
CMYK0.020.7200.26
HSL298.24º56.2%47.45%-
HSV(B)298.24º71.96%74.12%-
XYZ30.4716.5349.73-
YUV107.97173.73182.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 53 (21.09% from 255) = 12.41%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=43.33%
G=12.41%
B=44.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185531890.020.7200.26298.2456.247.45
HexB935BD24801A12a382f
Octal2716527521100324527057
Binary1011100111010110111101101001000011010100101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935BD; }

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

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

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

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

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

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

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

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