#B152DD

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

Shades of Medium Orchid #B152DD

Tints of Medium Orchid #B152DD

Color information

#B152DD (or 0xB152DD) is unknown color: approx Medium Orchid. HEX triplet: B1, 52 and DD. RGB value is (177,82,221). Sum of RGB (Red+Green+Blue) = 177+82+221=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B152DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152DD is #4EAD22. Grayscale: #7D7D7D. Windows color (decimal): -5156131 or 14504625. OLE color: 14504625.

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

Color convert

RGB17782221-
CMYK0.200.6300.13
HSL281.01º67.15%59.41%-
HSV(B)281.01º62.9%86.67%-
XYZ34.220.670.58-
YUV126.25181.47164.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=36.88%
G=17.08%
B=46.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177822210.200.6300.13281.0167.1559.41
HexB152DD143F0D119433b
Octal261122335247701543110373
Binary1011000110100101101110110100111111011011000110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B152DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B152DD; }

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

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

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

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

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

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

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

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