#B438C6

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

Shades of Medium Orchid #B438C6

Tints of Medium Orchid #B438C6

Color information

#B438C6 (or 0xB438C6) is unknown color: approx Medium Orchid. HEX triplet: B4, 38 and C6. RGB value is (180,56,198). Sum of RGB (Red+Green+Blue) = 180+56+198=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #B438C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438C6 is #4BC739. Grayscale: #6C6C6C. Windows color (decimal): -4966202 or 12990644. OLE color: 12990644.

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

Color convert

RGB18056198-
CMYK0.090.7200.22
HSL292.39º55.91%49.8%-
HSV(B)292.39º71.72%77.65%-
XYZ30.4316.6155.03-
YUV109.26178.08178.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 198 (77.73% from 255) = 45.62%
R=41.47%
G=12.90%
B=45.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180561980.090.7200.22292.3955.9149.8
HexB438C69480161243832
Octal26470306111100264447062
Binary101101001110001100011010011001000010110100100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438C6; }

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

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

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

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

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

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

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

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