#b35dc2

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

Shades of Medium Orchid #B35DC2

Tints of Medium Orchid #B35DC2

Color information

#B35DC2 (or 0xB35DC2) is unknown color: approx Medium Orchid. HEX triplet: B3, 5D and C2. RGB value is (179,93,194). Sum of RGB (Red+Green+Blue) = 179+93+194=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #B35DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DC2 is #4CA23D. Grayscale: #818181. Windows color (decimal): -5022270 or 12737971. OLE color: 12737971.

HSL color Cylindrical-coordinate representation of color #B35DC2: hue angle of 291.09º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B35DC2 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17993194-
CMYK0.080.5200.24
HSL291.09º45.29%56.27%-
HSV(B)291.09º52.06%76.08%-
XYZ32.2421.3153.45-
YUV130.23163.99162.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=38.41%
G=19.96%
B=41.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179931940.080.5200.24291.0945.2956.27
HexB35DC28340181232d38
Octal26313530210640304435570
Binary101100111011101110000101000110100011000100100011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35dc2; }

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

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

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

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

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

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

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

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