#B151CD

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

Shades of Medium Orchid #B151CD

Tints of Medium Orchid #B151CD

Color information

#B151CD (or 0xB151CD) is unknown color: approx Medium Orchid. HEX triplet: B1, 51 and CD. RGB value is (177,81,205). Sum of RGB (Red+Green+Blue) = 177+81+205=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B151CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151CD is #4EAE32. Grayscale: #7B7B7B. Windows color (decimal): -5156403 or 13455793. OLE color: 13455793.

HSL color Cylindrical-coordinate representation of color #B151CD: hue angle of 286.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B151CD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17781205-
CMYK0.140.6000.20
HSL286.45º55.36%56.08%-
HSV(B)286.45º60.49%80.39%-
XYZ32.0919.6459.86-
YUV123.84173.8165.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 81 (32.03% from 255) = 17.49%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=38.23%
G=17.49%
B=44.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177812050.140.6000.20286.4555.3656.08
HexB151CDE3C01411e3738
Octal26112131516740244366770
Binary101100011010001110011011110111100010100100011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151CD; }

 p { color: rgb(177,81,205); }

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

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

 a { background-color: rgb(177,81,205); }

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

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

 span { border-color: rgb(177,81,205); }

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