#BB53F1

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

Shades of Medium Orchid #BB53F1

Tints of Medium Orchid #BB53F1

Color information

#BB53F1 (or 0xBB53F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 53 and F1. RGB value is (187,83,241). Sum of RGB (Red+Green+Blue) = 187+83+241=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB53F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53F1 is #44AC0E. Grayscale: #838383. Windows color (decimal): -4500495 or 15815611. OLE color: 15815611.

HSL color Cylindrical-coordinate representation of color #BB53F1: hue angle of 279.49º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB53F1 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18783241-
CMYK0.220.6600.05
HSL279.49º84.95%63.53%-
HSV(B)279.49º65.56%94.51%-
XYZ39.4623.185.6-
YUV132.11189.46167.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 83 (32.81% from 255) = 16.24%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=36.59%
G=16.24%
B=47.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187832410.220.6600.05279.4984.9563.53
HexBB53F11642051175540
Octal2731233612610205427125100
Binary10111011101001111110001101101000010010110001011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53F1; }

 p { color: rgb(187,83,241); }

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

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

 a { background-color: rgb(187,83,241); }

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

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

 span { border-color: rgb(187,83,241); }

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