#B23DCB

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

Shades of Medium Orchid #B23DCB

Tints of Medium Orchid #B23DCB

Color information

#B23DCB (or 0xB23DCB) is unknown color: approx Medium Orchid. HEX triplet: B2, 3D and CB. RGB value is (178,61,203). Sum of RGB (Red+Green+Blue) = 178+61+203=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #B23DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DCB is #4DC234. Grayscale: #6F6F6F. Windows color (decimal): -5095989 or 13319602. OLE color: 13319602.

HSL color Cylindrical-coordinate representation of color #B23DCB: hue angle of 289.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23DCB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17861203-
CMYK0.120.7000.20
HSL289.44º57.72%51.76%-
HSV(B)289.44º69.95%79.61%-
XYZ30.8117.1158.18-
YUV112.17179.26174.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 61 (24.22% from 255) = 13.80%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=40.27%
G=13.80%
B=45.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178612030.120.7000.20289.4457.7251.76
HexB23DCBC460141213a34
Octal26275313141060244417264
Binary101100101111011100101111001000110010100100100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23DCB; }

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

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

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

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

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

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

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

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