#B271CF

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

Shades of Medium Orchid #B271CF

Tints of Medium Orchid #B271CF

Color information

#B271CF (or 0xB271CF) is unknown color: approx Medium Orchid. HEX triplet: B2, 71 and CF. RGB value is (178,113,207). Sum of RGB (Red+Green+Blue) = 178+113+207=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B271CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271CF is #4D8E30. Grayscale: #8E8E8E. Windows color (decimal): -5082673 or 13595058. OLE color: 13595058.

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

Color convert

RGB178113207-
CMYK0.140.4500.19
HSL281.49º49.47%62.75%-
HSV(B)281.49º45.41%81.18%-
XYZ35.5325.7862.14-
YUV143.15164.03152.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=35.74%
G=22.69%
B=41.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781132070.140.4500.19281.4949.4762.75
HexB271CFE2D013119313f
Octal26216131716550234316177
Binary101100101110001110011111110101101010011100011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271CF; }

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

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

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

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

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

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

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

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