#B35AD9

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

Shades of Medium Orchid #B35AD9

Tints of Medium Orchid #B35AD9

Color information

#B35AD9 (or 0xB35AD9) is unknown color: approx Medium Orchid. HEX triplet: B3, 5A and D9. RGB value is (179,90,217). Sum of RGB (Red+Green+Blue) = 179+90+217=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #B35AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35AD9 is #4CA526. Grayscale: #828282. Windows color (decimal): -5023015 or 14244531. OLE color: 14244531.

HSL color Cylindrical-coordinate representation of color #B35AD9: hue angle of 282.05º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B35AD9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17990217-
CMYK0.180.5900.15
HSL282.05º62.56%60.2%-
HSV(B)282.05º58.53%85.1%-
XYZ34.7721.9168.04-
YUV131.09176.49162.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 217 (85.16% from 255) = 44.65%
R=36.83%
G=18.52%
B=44.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179902170.180.5900.15282.0562.5660.2
HexB35AD9123B0F11a3f3c
Octal26313233122730174327774
Binary101100111011010110110011001011101101111100011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AD9; }

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

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

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

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

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

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

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

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