#BB5FD5

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

Shades of Medium Orchid #BB5FD5

Tints of Medium Orchid #BB5FD5

Color information

#BB5FD5 (or 0xBB5FD5) is unknown color: approx Medium Orchid. HEX triplet: BB, 5F and D5. RGB value is (187,95,213). Sum of RGB (Red+Green+Blue) = 187+95+213=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FD5 is #44A02A. Grayscale: #878787. Windows color (decimal): -4497451 or 13983675. OLE color: 13983675.

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

Color convert

RGB18795213-
CMYK0.120.5500.16
HSL286.78º58.42%60.39%-
HSV(B)286.78º55.4%83.53%-
XYZ36.623.5565.57-
YUV135.96171.48164.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 95 (37.5% from 255) = 19.19%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=37.78%
G=19.19%
B=43.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187952130.120.5500.16286.7858.4260.39
HexBB5FD5C3701011f3a3c
Octal27313732514670204377274
Binary101110111011111110101011100110111010000100011111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FD5; }

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

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

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

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

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

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

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

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