#B436F3

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

Shades of Medium Orchid #B436F3

Tints of Medium Orchid #B436F3

Color information

#B436F3 (or 0xB436F3) is unknown color: approx Medium Orchid. HEX triplet: B4, 36 and F3. RGB value is (180,54,243). Sum of RGB (Red+Green+Blue) = 180+54+243=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #B436F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B436F3 is #4BC90C. Grayscale: #707070. Windows color (decimal): -4966669 or 15939252. OLE color: 15939252.

HSL color Cylindrical-coordinate representation of color #B436F3: hue angle of 280º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B436F3 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18054243-
CMYK0.260.7800.05
HSL280º88.73%58.24%-
HSV(B)280º77.78%95.29%-
XYZ36.3218.8186.51-
YUV113.22201.24175.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 54 (21.48% from 255) = 11.32%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=37.74%
G=11.32%
B=50.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180542430.260.7800.0528088.7358.24
HexB436F31A4E05118593a
Octal26466363321160543013172
Binary101101001101101111001111010100111001011000110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436F3; }

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

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

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

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

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

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

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

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