#B441DB

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

Shades of Medium Orchid #B441DB

Tints of Medium Orchid #B441DB

Color information

#B441DB (or 0xB441DB) is unknown color: approx Medium Orchid. HEX triplet: B4, 41 and DB. RGB value is (180,65,219). Sum of RGB (Red+Green+Blue) = 180+65+219=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #B441DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441DB is #4BBE24. Grayscale: #747474. Windows color (decimal): -4963877 or 14369204. OLE color: 14369204.

HSL color Cylindrical-coordinate representation of color #B441DB: hue angle of 284.81º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B441DB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18065219-
CMYK0.180.7000.14
HSL284.81º68.14%55.69%-
HSV(B)284.81º70.32%85.88%-
XYZ33.518.668.84-
YUV116.94185.6172.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 65 (25.78% from 255) = 14.01%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=38.79%
G=14.01%
B=47.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180652190.180.7000.14284.8168.1455.69
HexB441DB12460E11d4438
Octal2641013332210601643510470
Binary10110100100000111011011100101000110011101000111011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441DB; }

 p { color: rgb(180,65,219); }

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

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

 a { background-color: rgb(180,65,219); }

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

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

 span { border-color: rgb(180,65,219); }

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