#B270CF

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

Shades of Medium Orchid #B270CF

Tints of Medium Orchid #B270CF

Color information

#B270CF (or 0xB270CF) is unknown color: approx Medium Orchid. HEX triplet: B2, 70 and CF. RGB value is (178,112,207). Sum of RGB (Red+Green+Blue) = 178+112+207=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B270CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CF is #4D8F30. Grayscale: #8E8E8E. Windows color (decimal): -5082929 or 13594802. OLE color: 13594802.

HSL color Cylindrical-coordinate representation of color #B270CF: hue angle of 281.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B270CF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178112207-
CMYK0.140.4600.19
HSL281.68º49.74%62.55%-
HSV(B)281.68º45.89%81.18%-
XYZ35.4225.5662.1-
YUV142.56164.37153.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=35.81%
G=22.54%
B=41.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781122070.140.4600.19281.6849.7462.55
HexB270CFE2E01311a323f
Octal26216031716560234326277
Binary101100101110000110011111110101110010011100011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270CF; }

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

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

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

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

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

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

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

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