#B636F4

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

Shades of Medium Orchid #B636F4

Tints of Medium Orchid #B636F4

Color information

#B636F4 (or 0xB636F4) is unknown color: approx Medium Orchid. HEX triplet: B6, 36 and F4. RGB value is (182,54,244). Sum of RGB (Red+Green+Blue) = 182+54+244=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #B636F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636F4 is #49C90B. Grayscale: #717171. Windows color (decimal): -4835596 or 16004790. OLE color: 16004790.

HSL color Cylindrical-coordinate representation of color #B636F4: hue angle of 280.42º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B636F4 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18254244-
CMYK0.250.7800.04
HSL280.42º89.62%58.43%-
HSV(B)280.42º77.87%95.69%-
XYZ36.9419.1287.33-
YUV113.93201.41176.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 54 (21.48% from 255) = 11.25%
BLUE value IS 244 (95.70% from 255) = 50.83%
R=37.92%
G=11.25%
B=50.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182542440.250.7800.04280.4289.6258.43
HexB636F4194E041185a3a
Octal26666364311160443013272
Binary101101101101101111010011001100111001001000110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636F4; }

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

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

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

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

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

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

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

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