#B23ACA

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

Shades of Medium Orchid #B23ACA

Tints of Medium Orchid #B23ACA

Color information

#B23ACA (or 0xB23ACA) is unknown color: approx Medium Orchid. HEX triplet: B2, 3A and CA. RGB value is (178,58,202). Sum of RGB (Red+Green+Blue) = 178+58+202=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #B23ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ACA is #4DC535. Grayscale: #6D6D6D. Windows color (decimal): -5096758 or 13253298. OLE color: 13253298.

HSL color Cylindrical-coordinate representation of color #B23ACA: hue angle of 290º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23ACA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17858202-
CMYK0.120.7100.21
HSL290º57.6%50.98%-
HSV(B)290º71.29%79.22%-
XYZ30.5316.7657.5-
YUV110.3179.76176.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 58 (23.05% from 255) = 13.24%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=40.64%
G=13.24%
B=46.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178582020.120.7100.2129057.650.98
HexB23ACAC470151223a33
Octal26272312141070254427263
Binary101100101110101100101011001000111010101100100010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23ACA; }

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

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

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

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

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

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

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

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