#b35ac6

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

Shades of Medium Orchid #B35AC6

Tints of Medium Orchid #B35AC6

Color information

#B35AC6 (or 0xB35AC6) is unknown color: approx Medium Orchid. HEX triplet: B3, 5A and C6. RGB value is (179,90,198). Sum of RGB (Red+Green+Blue) = 179+90+198=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #B35AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35AC6 is #4CA539. Grayscale: #808080. Windows color (decimal): -5023034 or 12999347. OLE color: 12999347.

HSL color Cylindrical-coordinate representation of color #B35AC6: hue angle of 289.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35AC6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17990198-
CMYK0.100.5500.22
HSL289.44º48.65%56.47%-
HSV(B)289.44º54.55%77.65%-
XYZ32.4420.9755.76-
YUV128.92166.99163.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=38.33%
G=19.27%
B=42.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179901980.100.5500.22289.4448.6556.47
HexB35AC6A370161213138
Octal26313230612670264416170
Binary101100111011010110001101010110111010110100100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35ac6; }

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

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

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

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

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

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

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

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