#B23CBE

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

Shades of Fuchsia #B23CBE

Tints of Fuchsia #B23CBE

Color information

#B23CBE (or 0xB23CBE) is unknown color: approx Fuchsia. HEX triplet: B2, 3C and BE. RGB value is (178,60,190). Sum of RGB (Red+Green+Blue) = 178+60+190=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #B23CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBE is #4DC341. Grayscale: #6D6D6D. Windows color (decimal): -5096258 or 12467378. OLE color: 12467378.

HSL color Cylindrical-coordinate representation of color #B23CBE: hue angle of 294.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23CBE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17860190-
CMYK0.060.6800.25
HSL294.46º52%49.02%-
HSV(B)294.46º68.42%74.51%-
XYZ29.2716.4150.34-
YUV110.1173.09176.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=41.59%
G=14.02%
B=44.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178601900.060.6800.25294.465249.02
HexB23CBE6440191263431
Octal2627427661040314466461
Binary10110010111100101111101101000100011001100100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23CBE; }

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

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

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

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

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

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

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

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