#B270CD

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

Shades of Medium Orchid #B270CD

Tints of Medium Orchid #B270CD

Color information

#B270CD (or 0xB270CD) is unknown color: approx Medium Orchid. HEX triplet: B2, 70 and CD. RGB value is (178,112,205). Sum of RGB (Red+Green+Blue) = 178+112+205=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B270CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CD is #4D8F32. Grayscale: #8E8E8E. Windows color (decimal): -5082931 or 13463730. OLE color: 13463730.

HSL color Cylindrical-coordinate representation of color #B270CD: hue angle of 282.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B270CD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178112205-
CMYK0.130.4500.20
HSL282.58º48.19%62.16%-
HSV(B)282.58º45.37%80.39%-
XYZ35.1725.4660.82-
YUV142.34163.37153.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=35.96%
G=22.63%
B=41.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781122050.130.4500.20282.5848.1962.16
HexB270CDD2D01411b303e
Octal26216031515550244336076
Binary101100101110000110011011101101101010100100011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270CD; }

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

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

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

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

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

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

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

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