#BB72E1

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

Shades of Medium Orchid #BB72E1

Tints of Medium Orchid #BB72E1

Color information

#BB72E1 (or 0xBB72E1) is unknown color: approx Medium Orchid. HEX triplet: BB, 72 and E1. RGB value is (187,114,225). Sum of RGB (Red+Green+Blue) = 187+114+225=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB72E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72E1 is #448D1E. Grayscale: #949494. Windows color (decimal): -4492575 or 14774971. OLE color: 14774971.

HSL color Cylindrical-coordinate representation of color #BB72E1: hue angle of 279.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB72E1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187114225-
CMYK0.170.4900.12
HSL279.46º64.91%66.47%-
HSV(B)279.46º49.33%88.24%-
XYZ40.128.0474.53-
YUV148.48171.18155.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=35.55%
G=21.67%
B=42.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871142250.170.4900.12279.4664.9166.47
HexBB72E111310C1174142
Octal2731623412161014427101102
Binary10111011111001011100001100011100010110010001011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72E1; }

 p { color: rgb(187,114,225); }

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

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

 a { background-color: rgb(187,114,225); }

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

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

 span { border-color: rgb(187,114,225); }

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