#B442E8

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

Shades of Medium Orchid #B442E8

Tints of Medium Orchid #B442E8

Color information

#B442E8 (or 0xB442E8) is unknown color: approx Medium Orchid. HEX triplet: B4, 42 and E8. RGB value is (180,66,232). Sum of RGB (Red+Green+Blue) = 180+66+232=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #B442E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442E8 is #4BBD17. Grayscale: #767676. Windows color (decimal): -4963608 or 15221428. OLE color: 15221428.

HSL color Cylindrical-coordinate representation of color #B442E8: hue angle of 281.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B442E8 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18066232-
CMYK0.220.7200.09
HSL281.2º78.3%58.43%-
HSV(B)281.2º71.55%90.98%-
XYZ35.3419.4378.23-
YUV119.01191.77171.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 66 (26.17% from 255) = 13.81%
BLUE value IS 232 (91.02% from 255) = 48.54%
R=37.66%
G=13.81%
B=48.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180662320.220.7200.09281.278.358.43
HexB442E81648091194e3a
Octal2641023502611001143111672
Binary10110100100001011101000101101001000010011000110011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B442E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B442E8; }

 p { color: rgb(180,66,232); }

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

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

 a { background-color: rgb(180,66,232); }

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

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

 span { border-color: rgb(180,66,232); }

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