#B23CBD

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

Shades of Fuchsia #B23CBD

Tints of Fuchsia #B23CBD

Color information

#B23CBD (or 0xB23CBD) is unknown color: approx Fuchsia. HEX triplet: B2, 3C and BD. RGB value is (178,60,189). Sum of RGB (Red+Green+Blue) = 178+60+189=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #B23CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBD is #4DC342. Grayscale: #6D6D6D. Windows color (decimal): -5096259 or 12401842. OLE color: 12401842.

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

Color convert

RGB17860189-
CMYK0.060.6800.26
HSL294.88º51.81%48.82%-
HSV(B)294.88º68.25%74.12%-
XYZ29.1616.3749.77-
YUV109.99172.59176.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=41.69%
G=14.05%
B=44.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178601890.060.6800.26294.8851.8148.82
HexB23CBD64401A1273431
Octal2627427561040324476461
Binary10110010111100101111011101000100011010100100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23CBD; }

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

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

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

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

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

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

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

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