#B23BF3

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

Shades of Medium Orchid #B23BF3

Tints of Medium Orchid #B23BF3

Color information

#B23BF3 (or 0xB23BF3) is unknown color: approx Medium Orchid. HEX triplet: B2, 3B and F3. RGB value is (178,59,243). Sum of RGB (Red+Green+Blue) = 178+59+243=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #B23BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BF3 is #4DC40C. Grayscale: #727272. Windows color (decimal): -5096461 or 15940530. OLE color: 15940530.

HSL color Cylindrical-coordinate representation of color #B23BF3: hue angle of 278.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23BF3 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17859243-
CMYK0.270.7600.05
HSL278.8º88.46%59.22%-
HSV(B)278.8º75.72%95.29%-
XYZ36.119.0686.57-
YUV115.56199.92172.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 59 (23.44% from 255) = 12.29%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=37.08%
G=12.29%
B=50.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178592430.270.7600.05278.888.4659.22
HexB23BF31B4C05117583b
Octal26273363331140542713073
Binary101100101110111111001111011100110001011000101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23BF3; }

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

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

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

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

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

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

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

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