#BB71ED

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

Shades of Medium Orchid #BB71ED

Tints of Medium Orchid #BB71ED

Color information

#BB71ED (or 0xBB71ED) is unknown color: approx Medium Orchid. HEX triplet: BB, 71 and ED. RGB value is (187,113,237). Sum of RGB (Red+Green+Blue) = 187+113+237=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71ED is #448E12. Grayscale: #949494. Windows color (decimal): -4492819 or 15561147. OLE color: 15561147.

HSL color Cylindrical-coordinate representation of color #BB71ED: hue angle of 275.81º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB71ED is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187113237-
CMYK0.210.5200.07
HSL275.81º77.5%68.63%-
HSV(B)275.81º52.32%92.94%-
XYZ41.6828.4983.42-
YUV149.26177.52154.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=34.82%
G=21.04%
B=44.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871132370.210.5200.07275.8177.568.63
HexBB71ED1534071144e45
Octal273161355256407424116105
Binary1011101111100011110110110101110100011110001010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71ED; }

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

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

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

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

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

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

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

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