#B636F7

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

Shades of Medium Orchid #B636F7

Tints of Medium Orchid #B636F7

Color information

#B636F7 (or 0xB636F7) is unknown color: approx Medium Orchid. HEX triplet: B6, 36 and F7. RGB value is (182,54,247). Sum of RGB (Red+Green+Blue) = 182+54+247=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #B636F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636F7 is #49C908. Grayscale: #717171. Windows color (decimal): -4835593 or 16201398. OLE color: 16201398.

HSL color Cylindrical-coordinate representation of color #B636F7: hue angle of 279.79º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B636F7 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18254247-
CMYK0.260.7800.03
HSL279.79º92.34%59.02%-
HSV(B)279.79º78.14%96.86%-
XYZ37.419.389.75-
YUV114.27202.91176.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 54 (21.48% from 255) = 11.18%
BLUE value IS 247 (96.88% from 255) = 51.14%
R=37.68%
G=11.18%
B=51.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182542470.260.7800.03279.7992.3459.02
HexB636F71A4E031185c3b
Octal26666367321160343013473
Binary10110110110110111101111101010011100111000110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636F7; }

 p { color: rgb(182,54,247); }

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

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

 a { background-color: rgb(182,54,247); }

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

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

 span { border-color: rgb(182,54,247); }

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