#B23CBB

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

Shades of Fuchsia #B23CBB

Tints of Fuchsia #B23CBB

Color information

#B23CBB (or 0xB23CBB) is unknown color: approx Fuchsia. HEX triplet: B2, 3C and BB. RGB value is (178,60,187). Sum of RGB (Red+Green+Blue) = 178+60+187=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #B23CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBB is #4DC344. Grayscale: #6D6D6D. Windows color (decimal): -5096261 or 12270770. OLE color: 12270770.

HSL color Cylindrical-coordinate representation of color #B23CBB: hue angle of 295.75º degrees, saturation: 0.51, 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 #B23CBB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17860187-
CMYK0.050.6800.27
HSL295.75º51.42%48.43%-
HSV(B)295.75º67.91%73.33%-
XYZ28.9516.2848.63-
YUV109.76171.59176.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 60 (23.83% from 255) = 14.12%
BLUE value IS 187 (73.44% from 255) = 44%
R=41.88%
G=14.12%
B=44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178601870.050.6800.27295.7551.4248.43
HexB23CBB54401B1283330
Octal2627427351040334506360
Binary10110010111100101110111011000100011011100101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23CBB; }

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

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

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

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

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

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

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

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