#B270D1

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

Shades of Medium Orchid #B270D1

Tints of Medium Orchid #B270D1

Color information

#B270D1 (or 0xB270D1) is unknown color: approx Medium Orchid. HEX triplet: B2, 70 and D1. RGB value is (178,112,209). Sum of RGB (Red+Green+Blue) = 178+112+209=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #B270D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270D1 is #4D8F2E. Grayscale: #8E8E8E. Windows color (decimal): -5082927 or 13725874. OLE color: 13725874.

HSL color Cylindrical-coordinate representation of color #B270D1: hue angle of 280.82º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B270D1 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178112209-
CMYK0.150.4600.18
HSL280.82º51.32%62.94%-
HSV(B)280.82º46.41%81.96%-
XYZ35.6625.6663.39-
YUV142.79165.37153.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=35.67%
G=22.44%
B=41.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781122090.150.4600.18280.8251.3262.94
HexB270D1F2E012119333f
Octal26216032117560224316377
Binary101100101110000110100011111101110010010100011001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270D1; }

 p { color: rgb(178,112,209); }

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

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

 a { background-color: rgb(178,112,209); }

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

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

 span { border-color: rgb(178,112,209); }

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