#B148D6

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

Shades of Medium Orchid #B148D6

Tints of Medium Orchid #B148D6

Color information

#B148D6 (or 0xB148D6) is unknown color: approx Medium Orchid. HEX triplet: B1, 48 and D6. RGB value is (177,72,214). Sum of RGB (Red+Green+Blue) = 177+72+214=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #B148D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148D6 is #4EB729. Grayscale: #777777. Windows color (decimal): -5158698 or 14043313. OLE color: 14043313.

HSL color Cylindrical-coordinate representation of color #B148D6: hue angle of 284.37º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B148D6 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17772214-
CMYK0.170.6600.16
HSL284.37º63.39%56.08%-
HSV(B)284.37º66.36%83.92%-
XYZ32.5918.8465.54-
YUV119.58181.29168.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 214 (83.98% from 255) = 46.22%
R=38.23%
G=15.55%
B=46.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177722140.170.6600.16284.3763.3956.08
HexB148D6114201011c3f38
Octal261110326211020204347770
Binary10110001100100011010110100011000010010000100011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148D6; }

 p { color: rgb(177,72,214); }

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

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

 a { background-color: rgb(177,72,214); }

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

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

 span { border-color: rgb(177,72,214); }

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