#BB45FD

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

Shades of Medium Orchid #BB45FD

Tints of Medium Orchid #BB45FD

Color information

#BB45FD (or 0xBB45FD) is unknown color: approx Medium Orchid. HEX triplet: BB, 45 and FD. RGB value is (187,69,253). Sum of RGB (Red+Green+Blue) = 187+69+253=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45FD is #44BA02. Grayscale: #7C7C7C. Windows color (decimal): -4504067 or 16598459. OLE color: 16598459.

HSL color Cylindrical-coordinate representation of color #BB45FD: hue angle of 278.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB45FD is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18769253-
CMYK0.260.7300.01
HSL278.48º97.87%63.14%-
HSV(B)278.48º72.73%99.22%-
XYZ40.3521.9195.03-
YUV125.26200.09172.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 69 (27.34% from 255) = 13.56%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=36.74%
G=13.56%
B=49.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal187692530.260.7300.01278.4897.8763.14
HexBB45FD1A4901116623f
Octal273105375321110142614277
Binary10111011100010111111101110101001001011000101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45FD; }

 p { color: rgb(187,69,253); }

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

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

 a { background-color: rgb(187,69,253); }

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

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

 span { border-color: rgb(187,69,253); }

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