#B23FCB

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

Shades of Medium Orchid #B23FCB

Tints of Medium Orchid #B23FCB

Color information

#B23FCB (or 0xB23FCB) is unknown color: approx Medium Orchid. HEX triplet: B2, 3F and CB. RGB value is (178,63,203). Sum of RGB (Red+Green+Blue) = 178+63+203=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B23FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCB is #4DC034. Grayscale: #707070. Windows color (decimal): -5095477 or 13320114. OLE color: 13320114.

HSL color Cylindrical-coordinate representation of color #B23FCB: hue angle of 289.29º degrees, saturation: 0.57, 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 #B23FCB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17863203-
CMYK0.120.6900.20
HSL289.29º57.38%52.16%-
HSV(B)289.29º68.97%79.61%-
XYZ30.9217.3358.22-
YUV113.34178.6174.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 63 (25% from 255) = 14.19%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=40.09%
G=14.19%
B=45.72%

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
Decimal178632030.120.6900.20289.2957.3852.16
HexB23FCBC450141213934
Octal26277313141050244417164
Binary101100101111111100101111001000101010100100100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23FCB; }

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

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

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

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

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

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

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

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