#B23DA4

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

Shades of Violet Blue #B23DA4

Tints of Violet Blue #B23DA4

Color information

#B23DA4 (or 0xB23DA4) is unknown color: approx Violet Blue. HEX triplet: B2, 3D and A4. RGB value is (178,61,164). Sum of RGB (Red+Green+Blue) = 178+61+164=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DA4 is #4DC25B. Grayscale: #6B6B6B. Windows color (decimal): -5096028 or 10763698. OLE color: 10763698.

HSL color Cylindrical-coordinate representation of color #B23DA4: hue angle of 307.18º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23DA4 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17861164-
CMYK00.660.080.30
HSL307.18º48.95%46.86%-
HSV(B)307.18º65.73%69.8%-
XYZ26.7315.4836.7-
YUV107.72159.76178.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=44.17%
G=15.14%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786116400.660.080.30307.1848.9546.86
HexB23DA404281E133312f
Octal26275244010210364636157
Binary101100101111011010010001000010100011110100110011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23DA4; }

 p { color: rgb(178,61,164); }

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

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

 a { background-color: rgb(178,61,164); }

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

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

 span { border-color: rgb(178,61,164); }

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