#B436F7

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

Shades of Medium Orchid #B436F7

Tints of Medium Orchid #B436F7

Color information

#B436F7 (or 0xB436F7) is unknown color: approx Medium Orchid. HEX triplet: B4, 36 and F7. RGB value is (180,54,247). Sum of RGB (Red+Green+Blue) = 180+54+247=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #B436F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B436F7 is #4BC908. Grayscale: #717171. Windows color (decimal): -4966665 or 16201396. OLE color: 16201396.

HSL color Cylindrical-coordinate representation of color #B436F7: hue angle of 279.17º 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 #B436F7 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18054247-
CMYK0.270.7800.03
HSL279.17º92.34%59.02%-
HSV(B)279.17º78.14%96.86%-
XYZ36.9319.0689.73-
YUV113.68203.24175.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 54 (21.48% from 255) = 11.23%
BLUE value IS 247 (96.88% from 255) = 51.35%
R=37.42%
G=11.23%
B=51.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180542470.270.7800.03279.1792.3459.02
HexB436F71B4E031175c3b
Octal26466367331160342713473
Binary10110100110110111101111101110011100111000101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436F7; }

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

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

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

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

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

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

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

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