#B23BEF

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

Shades of Medium Orchid #B23BEF

Tints of Medium Orchid #B23BEF

Color information

#B23BEF (or 0xB23BEF) is unknown color: approx Medium Orchid. HEX triplet: B2, 3B and EF. RGB value is (178,59,239). Sum of RGB (Red+Green+Blue) = 178+59+239=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #B23BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BEF is #4DC410. Grayscale: #727272. Windows color (decimal): -5096465 or 15678386. OLE color: 15678386.

HSL color Cylindrical-coordinate representation of color #B23BEF: hue angle of 279.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23BEF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17859239-
CMYK0.260.7500.06
HSL279.67º84.91%58.43%-
HSV(B)279.67º75.31%93.73%-
XYZ35.518.8283.42-
YUV115.1197.92172.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 59 (23.44% from 255) = 12.39%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=37.39%
G=12.39%
B=50.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178592390.260.7500.06279.6784.9158.43
HexB23BEF1A4B06118553a
Octal26273357321130643012572
Binary101100101110111110111111010100101101101000110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23BEF; }

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

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

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

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

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

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

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

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