#B93BBB

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

Shades of Fuchsia #B93BBB

Tints of Fuchsia #B93BBB

Color information

#B93BBB (or 0xB93BBB) is unknown color: approx Fuchsia. HEX triplet: B9, 3B and BB. RGB value is (185,59,187). Sum of RGB (Red+Green+Blue) = 185+59+187=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #B93BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BBB is #46C444. Grayscale: #6E6E6E. Windows color (decimal): -4637765 or 12270521. OLE color: 12270521.

HSL color Cylindrical-coordinate representation of color #B93BBB: hue angle of 299.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93BBB is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18559187-
CMYK0.010.6800.27
HSL299.06º52.03%48.24%-
HSV(B)299.06º68.45%73.33%-
XYZ30.5417.0348.69-
YUV111.27170.74180.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 59 (23.44% from 255) = 13.69%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=42.92%
G=13.69%
B=43.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185591870.010.6800.27299.0652.0348.24
HexB93BBB14401B12b3430
Octal2717327311040334536460
Binary101110011110111011101111000100011011100101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93BBB; }

 p { color: rgb(185,59,187); }

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

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

 a { background-color: rgb(185,59,187); }

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

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

 span { border-color: rgb(185,59,187); }

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