#B441D0

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

Shades of Medium Orchid #B441D0

Tints of Medium Orchid #B441D0

Color information

#B441D0 (or 0xB441D0) is unknown color: approx Medium Orchid. HEX triplet: B4, 41 and D0. RGB value is (180,65,208). Sum of RGB (Red+Green+Blue) = 180+65+208=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #B441D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441D0 is #4BBE2F. Grayscale: #737373. Windows color (decimal): -4963888 or 13648308. OLE color: 13648308.

HSL color Cylindrical-coordinate representation of color #B441D0: hue angle of 288.25º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B441D0 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18065208-
CMYK0.130.6900.18
HSL288.25º60.34%53.53%-
HSV(B)288.25º68.75%81.57%-
XYZ32.118.0461.46-
YUV115.69180.1173.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 65 (25.78% from 255) = 14.35%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=39.74%
G=14.35%
B=45.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180652080.130.6900.18288.2560.3453.53
HexB441D0D450121203c36
Octal264101320151050224407466
Binary1011010010000011101000011011000101010010100100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441D0; }

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

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

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

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

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

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

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

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