#B437D5

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

Shades of Medium Orchid #B437D5

Tints of Medium Orchid #B437D5

Color information

#B437D5 (or 0xB437D5) is unknown color: approx Medium Orchid. HEX triplet: B4, 37 and D5. RGB value is (180,55,213). Sum of RGB (Red+Green+Blue) = 180+55+213=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #B437D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437D5 is #4BC82A. Grayscale: #6D6D6D. Windows color (decimal): -4966443 or 13973428. OLE color: 13973428.

HSL color Cylindrical-coordinate representation of color #B437D5: hue angle of 287.47º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B437D5 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18055213-
CMYK0.150.7400.16
HSL287.47º65.29%52.55%-
HSV(B)287.47º74.18%83.53%-
XYZ32.217.2464.58-
YUV110.39185.91177.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 55 (21.88% from 255) = 12.28%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=40.18%
G=12.28%
B=47.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180552130.150.7400.16287.4765.2952.55
HexB437D5F4A01011f4135
Octal264673251711202043710165
Binary1011010011011111010101111110010100100001000111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B437D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B437D5; }

 p { color: rgb(180,55,213); }

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

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

 a { background-color: rgb(180,55,213); }

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

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

 span { border-color: rgb(180,55,213); }

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