#B23AEB

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

Shades of Medium Orchid #B23AEB

Tints of Medium Orchid #B23AEB

Color information

#B23AEB (or 0xB23AEB) is unknown color: approx Medium Orchid. HEX triplet: B2, 3A and EB. RGB value is (178,58,235). Sum of RGB (Red+Green+Blue) = 178+58+235=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #B23AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AEB is #4DC514. Grayscale: #717171. Windows color (decimal): -5096725 or 15415986. OLE color: 15415986.

HSL color Cylindrical-coordinate representation of color #B23AEB: hue angle of 280.68º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23AEB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17858235-
CMYK0.240.7500.08
HSL280.68º81.57%57.45%-
HSV(B)280.68º75.32%92.16%-
XYZ34.8718.4980.33-
YUV114.06196.26173.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 58 (23.05% from 255) = 12.31%
BLUE value IS 235 (92.19% from 255) = 49.89%
R=37.79%
G=12.31%
B=49.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178582350.240.7500.08280.6881.5757.45
HexB23AEB184B081195239
Octal262723533011301043112271
Binary1011001011101011101011110001001011010001000110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23AEB; }

 p { color: rgb(178,58,235); }

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

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

 a { background-color: rgb(178,58,235); }

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

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

 span { border-color: rgb(178,58,235); }

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