#B635E7

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

Shades of Medium Orchid #B635E7

Tints of Medium Orchid #B635E7

Color information

#B635E7 (or 0xB635E7) is unknown color: approx Medium Orchid. HEX triplet: B6, 35 and E7. RGB value is (182,53,231). Sum of RGB (Red+Green+Blue) = 182+53+231=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #B635E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B635E7 is #49CA18. Grayscale: #6F6F6F. Windows color (decimal): -4835865 or 15152566. OLE color: 15152566.

HSL color Cylindrical-coordinate representation of color #B635E7: hue angle of 283.48º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B635E7 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18253231-
CMYK0.210.7700.09
HSL283.48º78.76%55.69%-
HSV(B)283.48º77.06%90.59%-
XYZ34.9918.2677.28-
YUV111.86195.24178.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 53 (21.09% from 255) = 11.37%
BLUE value IS 231 (90.62% from 255) = 49.57%
R=39.06%
G=11.37%
B=49.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182532310.210.7700.09283.4878.7655.69
HexB635E7154D0911b4f38
Octal266653472511501143311770
Binary1011011011010111100111101011001101010011000110111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635E7; }

 p { color: rgb(182,53,231); }

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

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

 a { background-color: rgb(182,53,231); }

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

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

 span { border-color: rgb(182,53,231); }

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