#B148DD

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

Shades of Medium Orchid #B148DD

Tints of Medium Orchid #B148DD

Color information

#B148DD (or 0xB148DD) is unknown color: approx Medium Orchid. HEX triplet: B1, 48 and DD. RGB value is (177,72,221). Sum of RGB (Red+Green+Blue) = 177+72+221=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #B148DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DD is #4EB722. Grayscale: #777777. Windows color (decimal): -5158691 or 14502065. OLE color: 14502065.

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

Color convert

RGB17772221-
CMYK0.200.6700.13
HSL282.28º68.66%57.45%-
HSV(B)282.28º67.42%86.67%-
XYZ33.519.270.35-
YUV120.38184.79168.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 72 (28.52% from 255) = 15.32%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=37.66%
G=15.32%
B=47.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177722210.200.6700.13282.2868.6657.45
HexB148DD14430D11a4539
Octal2611103352410301543210571
Binary10110001100100011011101101001000011011011000110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148DD; }

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

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

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

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

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

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

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

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