#B270CC

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

Shades of Medium Orchid #B270CC

Tints of Medium Orchid #B270CC

Color information

#B270CC (or 0xB270CC) is unknown color: approx Medium Orchid. HEX triplet: B2, 70 and CC. RGB value is (178,112,204). Sum of RGB (Red+Green+Blue) = 178+112+204=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B270CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CC is #4D8F33. Grayscale: #8D8D8D. Windows color (decimal): -5082932 or 13398194. OLE color: 13398194.

HSL color Cylindrical-coordinate representation of color #B270CC: hue angle of 283.04º degrees, saturation: 0.47, 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 #B270CC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178112204-
CMYK0.130.4500.2
HSL283.04º47.42%61.96%-
HSV(B)283.04º45.1%80%-
XYZ35.0525.4160.18-
YUV142.22162.87153.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=36.03%
G=22.67%
B=41.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781122040.130.4500.2283.0447.4261.96
HexB270CCD2D01411b2f3e
Octal26216031415550244335776
Binary101100101110000110011001101101101010100100011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270CC; }

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

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

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

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

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

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

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

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