#B23ACC

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

Shades of Medium Orchid #B23ACC

Tints of Medium Orchid #B23ACC

Color information

#B23ACC (or 0xB23ACC) is unknown color: approx Medium Orchid. HEX triplet: B2, 3A and CC. RGB value is (178,58,204). Sum of RGB (Red+Green+Blue) = 178+58+204=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B23ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ACC is #4DC533. Grayscale: #6E6E6E. Windows color (decimal): -5096756 or 13384370. OLE color: 13384370.

HSL color Cylindrical-coordinate representation of color #B23ACC: hue angle of 289.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23ACC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17858204-
CMYK0.130.7200.2
HSL289.32º58.87%51.37%-
HSV(B)289.32º71.57%80%-
XYZ30.7716.8558.76-
YUV110.52180.76176.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 58 (23.05% from 255) = 13.18%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=40.45%
G=13.18%
B=46.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178582040.130.7200.2289.3258.8751.37
HexB23ACCD480141213b33
Octal26272314151100244417363
Binary101100101110101100110011011001000010100100100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23ACC; }

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

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

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

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

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

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

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

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