#B25ACA

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

Shades of Medium Orchid #B25ACA

Tints of Medium Orchid #B25ACA

Color information

#B25ACA (or 0xB25ACA) is unknown color: approx Medium Orchid. HEX triplet: B2, 5A and CA. RGB value is (178,90,202). Sum of RGB (Red+Green+Blue) = 178+90+202=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B25ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ACA is #4DA535. Grayscale: #808080. Windows color (decimal): -5088566 or 13261490. OLE color: 13261490.

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

Color convert

RGB17890202-
CMYK0.120.5500.21
HSL287.14º51.38%57.25%-
HSV(B)287.14º55.45%79.22%-
XYZ32.6821.0458.22-
YUV129.08169.15162.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=37.87%
G=19.15%
B=42.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178902020.120.5500.21287.1451.3857.25
HexB25ACAC3701511f3339
Octal26213231214670254376371
Binary101100101011010110010101100110111010101100011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25ACA; }

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

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

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

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

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

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

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

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