#B040DB

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

Shades of Medium Orchid #B040DB

Tints of Medium Orchid #B040DB

Color information

#B040DB (or 0xB040DB) is unknown color: approx Medium Orchid. HEX triplet: B0, 40 and DB. RGB value is (176,64,219). Sum of RGB (Red+Green+Blue) = 176+64+219=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B040DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DB is #4FBF24. Grayscale: #727272. Windows color (decimal): -5226277 or 14368944. OLE color: 14368944.

HSL color Cylindrical-coordinate representation of color #B040DB: hue angle of 283.35º 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 #B040DB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17664219-
CMYK0.200.7100.14
HSL283.35º68.28%55.49%-
HSV(B)283.35º70.78%85.88%-
XYZ32.5218.0168.78-
YUV115.16186.61171.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 64 (25.39% from 255) = 13.94%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=38.34%
G=13.94%
B=47.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176642190.200.7100.14283.3568.2855.49
HexB040DB14470E11b4437
Octal2601003332410701643310467
Binary10110000100000011011011101001000111011101000110111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B040DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B040DB; }

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

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

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

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

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

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

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

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