#B438C9

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

Shades of Medium Orchid #B438C9

Tints of Medium Orchid #B438C9

Color information

#B438C9 (or 0xB438C9) is unknown color: approx Medium Orchid. HEX triplet: B4, 38 and C9. RGB value is (180,56,201). Sum of RGB (Red+Green+Blue) = 180+56+201=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #B438C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438C9 is #4BC736. Grayscale: #6D6D6D. Windows color (decimal): -4966199 or 13187252. OLE color: 13187252.

HSL color Cylindrical-coordinate representation of color #B438C9: hue angle of 291.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B438C9 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18056201-
CMYK0.100.7200.21
HSL291.31º57.31%50.39%-
HSV(B)291.31º72.14%78.82%-
XYZ30.7816.7556.87-
YUV109.61179.58178.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 201 (78.91% from 255) = 46.00%
R=41.19%
G=12.81%
B=46.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180562010.100.7200.21291.3157.3150.39
HexB438C9A480151233932
Octal26470311121100254437162
Binary101101001110001100100110101001000010101100100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438C9; }

 p { color: rgb(180,56,201); }

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

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

 a { background-color: rgb(180,56,201); }

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

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

 span { border-color: rgb(180,56,201); }

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