#B634E5

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

Shades of Medium Orchid #B634E5

Tints of Medium Orchid #B634E5

Color information

#B634E5 (or 0xB634E5) is unknown color: approx Medium Orchid. HEX triplet: B6, 34 and E5. RGB value is (182,52,229). Sum of RGB (Red+Green+Blue) = 182+52+229=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #B634E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634E5 is #49CB1A. Grayscale: #6E6E6E. Windows color (decimal): -4836123 or 15021238. OLE color: 15021238.

HSL color Cylindrical-coordinate representation of color #B634E5: hue angle of 284.07º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B634E5 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18252229-
CMYK0.210.7700.10
HSL284.07º77.29%55.1%-
HSV(B)284.07º77.29%89.8%-
XYZ34.6618.0675.79-
YUV111.05194.57178.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 52 (20.70% from 255) = 11.23%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=39.31%
G=11.23%
B=49.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182522290.210.7700.10284.0777.2955.1
HexB634E5154D0A11c4d37
Octal266643452511501243411567
Binary1011011011010011100101101011001101010101000111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634E5; }

 p { color: rgb(182,52,229); }

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

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

 a { background-color: rgb(182,52,229); }

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

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

 span { border-color: rgb(182,52,229); }

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