#BB5ED5

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

Shades of Medium Orchid #BB5ED5

Tints of Medium Orchid #BB5ED5

Color information

#BB5ED5 (or 0xBB5ED5) is unknown color: approx Medium Orchid. HEX triplet: BB, 5E and D5. RGB value is (187,94,213). Sum of RGB (Red+Green+Blue) = 187+94+213=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ED5 is #44A12A. Grayscale: #868686. Windows color (decimal): -4497707 or 13983419. OLE color: 13983419.

HSL color Cylindrical-coordinate representation of color #BB5ED5: hue angle of 286.89º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5ED5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18794213-
CMYK0.120.5600.16
HSL286.89º58.62%60.2%-
HSV(B)286.89º55.87%83.53%-
XYZ36.5123.3765.54-
YUV135.37171.81164.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=37.85%
G=19.03%
B=43.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187942130.120.5600.16286.8958.6260.2
HexBB5ED5C3801011f3b3c
Octal27313632514700204377374
Binary101110111011110110101011100111000010000100011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5ED5; }

 p { color: rgb(187,94,213); }

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

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

 a { background-color: rgb(187,94,213); }

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

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

 span { border-color: rgb(187,94,213); }

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