#B736F7

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

Shades of Medium Orchid #B736F7

Tints of Medium Orchid #B736F7

Color information

#B736F7 (or 0xB736F7) is unknown color: approx Medium Orchid. HEX triplet: B7, 36 and F7. RGB value is (183,54,247). Sum of RGB (Red+Green+Blue) = 183+54+247=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #B736F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736F7 is #48C908. Grayscale: #717171. Windows color (decimal): -4770057 or 16201399. OLE color: 16201399.

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

Color convert

RGB18354247-
CMYK0.260.7800.03
HSL280.1º92.34%59.02%-
HSV(B)280.1º78.14%96.86%-
XYZ37.6419.4289.76-
YUV114.57202.74176.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 54 (21.48% from 255) = 11.16%
BLUE value IS 247 (96.88% from 255) = 51.03%
R=37.81%
G=11.16%
B=51.03%

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
Decimal183542470.260.7800.03280.192.3459.02
HexB736F71A4E031185c3b
Octal26766367321160343013473
Binary10110111110110111101111101010011100111000110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B736F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B736F7; }

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

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

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

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

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

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

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

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