#B35ED4

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

Shades of Medium Orchid #B35ED4

Tints of Medium Orchid #B35ED4

Color information

#B35ED4 (or 0xB35ED4) is unknown color: approx Medium Orchid. HEX triplet: B3, 5E and D4. RGB value is (179,94,212). Sum of RGB (Red+Green+Blue) = 179+94+212=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #B35ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ED4 is #4CA12B. Grayscale: #848484. Windows color (decimal): -5021996 or 13917875. OLE color: 13917875.

HSL color Cylindrical-coordinate representation of color #B35ED4: hue angle of 283.22º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B35ED4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17994212-
CMYK0.160.5600.17
HSL283.22º57.84%60%-
HSV(B)283.22º55.66%83.14%-
XYZ34.4822.3464.78-
YUV132.87172.66160.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=36.91%
G=19.38%
B=43.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179942120.160.5600.17283.2257.8460
HexB35ED4103801111b3a3c
Octal26313632420700214337274
Binary1011001110111101101010010000111000010001100011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35ED4; }

 p { color: rgb(179,94,212); }

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

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

 a { background-color: rgb(179,94,212); }

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

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

 span { border-color: rgb(179,94,212); }

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