#B240DB

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

Shades of Medium Orchid #B240DB

Tints of Medium Orchid #B240DB

Color information

#B240DB (or 0xB240DB) is unknown color: approx Medium Orchid. HEX triplet: B2, 40 and DB. RGB value is (178,64,219). Sum of RGB (Red+Green+Blue) = 178+64+219=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B240DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240DB is #4DBF24. Grayscale: #737373. Windows color (decimal): -5095205 or 14368946. OLE color: 14368946.

HSL color Cylindrical-coordinate representation of color #B240DB: hue angle of 284.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B240DB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17864219-
CMYK0.190.7100.14
HSL284.13º68.28%55.49%-
HSV(B)284.13º70.78%85.88%-
XYZ32.9818.2568.8-
YUV115.76186.27172.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=38.61%
G=13.88%
B=47.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178642190.190.7100.14284.1368.2855.49
HexB240DB13470E11c4437
Octal2621003332310701643410467
Binary10110010100000011011011100111000111011101000111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240DB; }

 p { color: rgb(178,64,219); }

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

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

 a { background-color: rgb(178,64,219); }

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

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

 span { border-color: rgb(178,64,219); }

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