#B23CBF

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

Shades of Fuchsia #B23CBF

Tints of Fuchsia #B23CBF

Color information

#B23CBF (or 0xB23CBF) is unknown color: approx Fuchsia. HEX triplet: B2, 3C and BF. RGB value is (178,60,191). Sum of RGB (Red+Green+Blue) = 178+60+191=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #B23CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBF is #4DC340. Grayscale: #6D6D6D. Windows color (decimal): -5096257 or 12532914. OLE color: 12532914.

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

Color convert

RGB17860191-
CMYK0.070.6900.25
HSL294.05º52.19%49.22%-
HSV(B)294.05º68.59%74.9%-
XYZ29.3816.4650.92-
YUV110.22173.59176.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 60 (23.83% from 255) = 13.99%
BLUE value IS 191 (75% from 255) = 44.52%
R=41.49%
G=13.99%
B=44.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178601910.070.6900.25294.0552.1949.22
HexB23CBF7450191263431
Octal2627427771050314466461
Binary10110010111100101111111111000101011001100100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23CBF; }

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

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

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

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

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

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

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

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