#b23bd3

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

Shades of Medium Orchid #B23BD3

Tints of Medium Orchid #B23BD3

Color information

#B23BD3 (or 0xB23BD3) is unknown color: approx Medium Orchid. HEX triplet: B2, 3B and D3. RGB value is (178,59,211). Sum of RGB (Red+Green+Blue) = 178+59+211=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #B23BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BD3 is #4DC42C. Grayscale: #6F6F6F. Windows color (decimal): -5096493 or 13843378. OLE color: 13843378.

HSL color Cylindrical-coordinate representation of color #B23BD3: hue angle of 286.97º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23BD3 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17859211-
CMYK0.160.7200.17
HSL286.97º63.33%52.94%-
HSV(B)286.97º72.04%82.75%-
XYZ31.6817.363.3-
YUV111.91183.92175.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 59 (23.44% from 255) = 13.17%
BLUE value IS 211 (82.81% from 255) = 47.10%
R=39.73%
G=13.17%
B=47.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178592110.160.7200.17286.9763.3352.94
HexB23BD3104801111f3f35
Octal26273323201100214377765
Binary1011001011101111010011100001001000010001100011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23bd3; }

 p { color: rgb(178,59,211); }

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

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

 a { background-color: rgb(178,59,211); }

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

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

 span { border-color: rgb(178,59,211); }

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