#B270C8

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

Shades of Medium Orchid #B270C8

Tints of Medium Orchid #B270C8

Color information

#B270C8 (or 0xB270C8) is unknown color: approx Medium Orchid. HEX triplet: B2, 70 and C8. RGB value is (178,112,200). Sum of RGB (Red+Green+Blue) = 178+112+200=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #B270C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270C8 is #4D8F37. Grayscale: #8D8D8D. Windows color (decimal): -5082936 or 13136050. OLE color: 13136050.

HSL color Cylindrical-coordinate representation of color #B270C8: hue angle of 285º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B270C8 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178112200-
CMYK0.110.4400.22
HSL285º44.44%61.18%-
HSV(B)285º44%78.43%-
XYZ34.5825.2257.69-
YUV141.77160.87153.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 200 (78.52% from 255) = 40.82%
R=36.33%
G=22.86%
B=40.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781122000.110.4400.2228544.4461.18
HexB270C8B2C01611d2c3d
Octal26216031013540264355475
Binary101100101110000110010001011101100010110100011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270C8; }

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

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

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

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

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

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

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

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