#BB71E5

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

Shades of Medium Orchid #BB71E5

Tints of Medium Orchid #BB71E5

Color information

#BB71E5 (or 0xBB71E5) is unknown color: approx Medium Orchid. HEX triplet: BB, 71 and E5. RGB value is (187,113,229). Sum of RGB (Red+Green+Blue) = 187+113+229=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB71E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71E5 is #448E1A. Grayscale: #939393. Windows color (decimal): -4492827 or 15036859. OLE color: 15036859.

HSL color Cylindrical-coordinate representation of color #BB71E5: hue angle of 278.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB71E5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187113229-
CMYK0.180.5100.10
HSL278.28º69.05%67.06%-
HSV(B)278.28º50.66%89.8%-
XYZ40.5428.0377.4-
YUV148.35173.52155.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=35.35%
G=21.36%
B=43.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871132290.180.5100.10278.2869.0567.06
HexBB71E512330A1164543
Octal2731613452263012426105103
Binary10111011111000111100101100101100110101010001011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71E5; }

 p { color: rgb(187,113,229); }

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

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

 a { background-color: rgb(187,113,229); }

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

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

 span { border-color: rgb(187,113,229); }

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