#b735e2

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

Shades of Medium Orchid #B735E2

Tints of Medium Orchid #B735E2

Color information

#B735E2 (or 0xB735E2) is unknown color: approx Medium Orchid. HEX triplet: B7, 35 and E2. RGB value is (183,53,226). Sum of RGB (Red+Green+Blue) = 183+53+226=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #B735E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735E2 is #48CA1D. Grayscale: #6F6F6F. Windows color (decimal): -4770334 or 14824887. OLE color: 14824887.

HSL color Cylindrical-coordinate representation of color #B735E2: hue angle of 285.09º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B735E2 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18353226-
CMYK0.190.7700.11
HSL285.09º74.89%54.71%-
HSV(B)285.09º76.55%88.63%-
XYZ34.5318.173.63-
YUV111.59192.57178.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 226 (88.67% from 255) = 48.92%
R=39.61%
G=11.47%
B=48.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal183532260.190.7700.11285.0974.8954.71
HexB735E2134D0B11d4b37
Octal267653422311501343511367
Binary1011011111010111100010100111001101010111000111011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b735e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b735e2; }

 p { color: rgb(183,53,226); }

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

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

 a { background-color: rgb(183,53,226); }

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

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

 span { border-color: rgb(183,53,226); }

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