#B23BF8

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

Shades of Medium Orchid #B23BF8

Tints of Medium Orchid #B23BF8

Color information

#B23BF8 (or 0xB23BF8) is unknown color: approx Medium Orchid. HEX triplet: B2, 3B and F8. RGB value is (178,59,248). Sum of RGB (Red+Green+Blue) = 178+59+248=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #B23BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BF8 is #4DC407. Grayscale: #737373. Windows color (decimal): -5096456 or 16268210. OLE color: 16268210.

HSL color Cylindrical-coordinate representation of color #B23BF8: hue angle of 277.78º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23BF8 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17859248-
CMYK0.280.7600.03
HSL277.78º93.1%60.2%-
HSV(B)277.78º76.21%97.25%-
XYZ36.8719.3790.6-
YUV116.13202.42172.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 59 (23.44% from 255) = 12.16%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=36.70%
G=12.16%
B=51.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178592480.280.7600.03277.7893.160.2
HexB23BF81C4C031165d3c
Octal26273370341140342613574
Binary10110010111011111110001110010011000111000101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23BF8; }

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

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

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

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

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

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

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

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