#B148DC

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

Shades of Medium Orchid #B148DC

Tints of Medium Orchid #B148DC

Color information

#B148DC (or 0xB148DC) is unknown color: approx Medium Orchid. HEX triplet: B1, 48 and DC. RGB value is (177,72,220). Sum of RGB (Red+Green+Blue) = 177+72+220=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B148DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DC is #4EB723. Grayscale: #777777. Windows color (decimal): -5158692 or 14436529. OLE color: 14436529.

HSL color Cylindrical-coordinate representation of color #B148DC: hue angle of 282.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B148DC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17772220-
CMYK0.200.6700.14
HSL282.57º67.89%57.25%-
HSV(B)282.57º67.27%86.27%-
XYZ33.3719.1569.65-
YUV120.27184.29168.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=37.74%
G=15.35%
B=46.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177722200.200.6700.14282.5767.8957.25
HexB148DC14430E11b4439
Octal2611103342410301643310471
Binary10110001100100011011100101001000011011101000110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148DC; }

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

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

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

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

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

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

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

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