#B140DB

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

Shades of Medium Orchid #B140DB

Tints of Medium Orchid #B140DB

Color information

#B140DB (or 0xB140DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 40 and DB. RGB value is (177,64,219). Sum of RGB (Red+Green+Blue) = 177+64+219=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #B140DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140DB is #4EBF24. Grayscale: #727272. Windows color (decimal): -5160741 or 14368945. OLE color: 14368945.

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

Color convert

RGB17764219-
CMYK0.190.7100.14
HSL283.74º68.28%55.49%-
HSV(B)283.74º70.78%85.88%-
XYZ32.7518.1368.79-
YUV115.46186.44171.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 64 (25.39% from 255) = 13.91%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=38.48%
G=13.91%
B=47.61%

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
Decimal177642190.190.7100.14283.7468.2855.49
HexB140DB13470E11c4437
Octal2611003332310701643410467
Binary10110001100000011011011100111000111011101000111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140DB; }

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

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

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

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

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

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

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

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