#BB5FDE

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

Shades of Medium Orchid #BB5FDE

Tints of Medium Orchid #BB5FDE

Color information

#BB5FDE (or 0xBB5FDE) is unknown color: approx Medium Orchid. HEX triplet: BB, 5F and DE. RGB value is (187,95,222). Sum of RGB (Red+Green+Blue) = 187+95+222=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FDE is #44A021. Grayscale: #888888. Windows color (decimal): -4497442 or 14573499. OLE color: 14573499.

HSL color Cylindrical-coordinate representation of color #BB5FDE: hue angle of 283.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5FDE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18795222-
CMYK0.160.5700.13
HSL283.46º65.8%62.16%-
HSV(B)283.46º57.21%87.06%-
XYZ37.7724.0271.75-
YUV136.99175.98163.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=37.10%
G=18.85%
B=44.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187952220.160.5700.13283.4665.862.16
HexBB5FDE10390D11b423e
Octal273137336207101543310276
Binary1011101110111111101111010000111001011011000110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FDE; }

 p { color: rgb(187,95,222); }

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

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

 a { background-color: rgb(187,95,222); }

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

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

 span { border-color: rgb(187,95,222); }

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