#B23ECB

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

Shades of Medium Orchid #B23ECB

Tints of Medium Orchid #B23ECB

Color information

#B23ECB (or 0xB23ECB) is unknown color: approx Medium Orchid. HEX triplet: B2, 3E and CB. RGB value is (178,62,203). Sum of RGB (Red+Green+Blue) = 178+62+203=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #B23ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ECB is #4DC134. Grayscale: #707070. Windows color (decimal): -5095733 or 13319858. OLE color: 13319858.

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

Color convert

RGB17862203-
CMYK0.120.6900.20
HSL289.36º57.55%51.96%-
HSV(B)289.36º69.46%79.61%-
XYZ30.8617.2258.2-
YUV112.76178.93174.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 62 (24.61% from 255) = 14.00%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=40.18%
G=14.00%
B=45.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178622030.120.6900.20289.3657.5551.96
HexB23ECBC450141213a34
Octal26276313141050244417264
Binary101100101111101100101111001000101010100100100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23ECB; }

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

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

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

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

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

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

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

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