#B35DD9

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

Shades of Medium Orchid #B35DD9

Tints of Medium Orchid #B35DD9

Color information

#B35DD9 (or 0xB35DD9) is unknown color: approx Medium Orchid. HEX triplet: B3, 5D and D9. RGB value is (179,93,217). Sum of RGB (Red+Green+Blue) = 179+93+217=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #B35DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DD9 is #4CA226. Grayscale: #848484. Windows color (decimal): -5022247 or 14245299. OLE color: 14245299.

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

Color convert

RGB17993217-
CMYK0.180.5700.15
HSL281.61º62%60.78%-
HSV(B)281.61º57.14%85.1%-
XYZ35.0322.4268.13-
YUV132.85175.49160.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 217 (85.16% from 255) = 44.38%
R=36.61%
G=19.02%
B=44.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179932170.180.5700.15281.616260.78
HexB35DD912390F11a3e3d
Octal26313533122710174327675
Binary101100111011101110110011001011100101111100011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DD9; }

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

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

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

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

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

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

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

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