#BB53F3

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

Shades of Medium Orchid #BB53F3

Tints of Medium Orchid #BB53F3

Color information

#BB53F3 (or 0xBB53F3) is unknown color: approx Medium Orchid. HEX triplet: BB, 53 and F3. RGB value is (187,83,243). Sum of RGB (Red+Green+Blue) = 187+83+243=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53F3 is #44AC0C. Grayscale: #838383. Windows color (decimal): -4500493 or 15946683. OLE color: 15946683.

HSL color Cylindrical-coordinate representation of color #BB53F3: hue angle of 279º degrees, saturation: 0.87, 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 #BB53F3 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18783243-
CMYK0.230.6600.05
HSL279º86.96%63.92%-
HSV(B)279º65.84%95.29%-
XYZ39.7623.2287.18-
YUV132.34190.46166.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 83 (32.81% from 255) = 16.18%
BLUE value IS 243 (95.31% from 255) = 47.37%
R=36.45%
G=16.18%
B=47.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187832430.230.6600.0527986.9663.92
HexBB53F31742051175740
Octal2731233632710205427127100
Binary10111011101001111110011101111000010010110001011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53F3; }

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

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

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

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

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

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

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

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