#B233BB

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

Shades of Fuchsia #B233BB

Tints of Fuchsia #B233BB

Color information

#B233BB (or 0xB233BB) is unknown color: approx Fuchsia. HEX triplet: B2, 33 and BB. RGB value is (178,51,187). Sum of RGB (Red+Green+Blue) = 178+51+187=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #B233BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233BB is #4DCC44. Grayscale: #686868. Windows color (decimal): -5098565 or 12268466. OLE color: 12268466.

HSL color Cylindrical-coordinate representation of color #B233BB: hue angle of 296.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B233BB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17851187-
CMYK0.050.7300.27
HSL296.03º57.14%46.67%-
HSV(B)296.03º72.73%73.33%-
XYZ28.5115.4248.49-
YUV104.48174.58180.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 51 (20.31% from 255) = 12.26%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=42.79%
G=12.26%
B=44.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178511870.050.7300.27296.0357.1446.67
HexB233BB54901B128392f
Octal2626327351110334507157
Binary10110010110011101110111011001001011011100101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233BB; }

 p { color: rgb(178,51,187); }

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

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

 a { background-color: rgb(178,51,187); }

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

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

 span { border-color: rgb(178,51,187); }

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