#B35ACA

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

Shades of Medium Orchid #B35ACA

Tints of Medium Orchid #B35ACA

Color information

#B35ACA (or 0xB35ACA) is unknown color: approx Medium Orchid. HEX triplet: B3, 5A and CA. RGB value is (179,90,202). Sum of RGB (Red+Green+Blue) = 179+90+202=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B35ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ACA is #4CA535. Grayscale: #818181. Windows color (decimal): -5023030 or 13261491. OLE color: 13261491.

HSL color Cylindrical-coordinate representation of color #B35ACA: hue angle of 287.68º 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 #B35ACA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17990202-
CMYK0.110.5500.21
HSL287.68º51.38%57.25%-
HSV(B)287.68º55.45%79.22%-
XYZ32.9121.1658.23-
YUV129.38168.99163.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=38.00%
G=19.11%
B=42.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179902020.110.5500.21287.6851.3857.25
HexB35ACAB370151203339
Octal26313231213670254406371
Binary101100111011010110010101011110111010101100100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35ACA; }

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

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

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

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

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

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

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

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