#BB48F5

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

Shades of Medium Orchid #BB48F5

Tints of Medium Orchid #BB48F5

Color information

#BB48F5 (or 0xBB48F5) is unknown color: approx Medium Orchid. HEX triplet: BB, 48 and F5. RGB value is (187,72,245). Sum of RGB (Red+Green+Blue) = 187+72+245=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB48F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48F5 is #44B70A. Grayscale: #7D7D7D. Windows color (decimal): -4503307 or 16074939. OLE color: 16074939.

HSL color Cylindrical-coordinate representation of color #BB48F5: hue angle of 279.88º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB48F5 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18772245-
CMYK0.240.7100.04
HSL279.88º89.64%62.16%-
HSV(B)279.88º70.61%96.08%-
XYZ39.2921.7988.52-
YUV126.11195.1171.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 72 (28.52% from 255) = 14.29%
BLUE value IS 245 (96.09% from 255) = 48.61%
R=37.10%
G=14.29%
B=48.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187722450.240.7100.04279.8889.6462.16
HexBB48F51847041185a3e
Octal273110365301070443013276
Binary1011101110010001111010111000100011101001000110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48F5; }

 p { color: rgb(187,72,245); }

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

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

 a { background-color: rgb(187,72,245); }

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

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

 span { border-color: rgb(187,72,245); }

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