#B443E4

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

Shades of Medium Orchid #B443E4

Tints of Medium Orchid #B443E4

Color information

#B443E4 (or 0xB443E4) is unknown color: approx Medium Orchid. HEX triplet: B4, 43 and E4. RGB value is (180,67,228). Sum of RGB (Red+Green+Blue) = 180+67+228=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #B443E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443E4 is #4BBC1B. Grayscale: #767676. Windows color (decimal): -4963356 or 14959540. OLE color: 14959540.

HSL color Cylindrical-coordinate representation of color #B443E4: hue angle of 282.11º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B443E4 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18067228-
CMYK0.210.7100.11
HSL282.11º74.88%57.84%-
HSV(B)282.11º70.61%89.41%-
XYZ34.8319.3275.29-
YUV119.14189.44171.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 67 (26.56% from 255) = 14.11%
BLUE value IS 228 (89.45% from 255) = 48%
R=37.89%
G=14.11%
B=48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180672280.210.7100.11282.1174.8857.84
HexB443E415470B11a4b3a
Octal2641033442510701343211372
Binary10110100100001111100100101011000111010111000110101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B443E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B443E4; }

 p { color: rgb(180,67,228); }

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

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

 a { background-color: rgb(180,67,228); }

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

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

 span { border-color: rgb(180,67,228); }

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