#B148FD

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

Shades of Medium Orchid #B148FD

Tints of Medium Orchid #B148FD

Color information

#B148FD (or 0xB148FD) is unknown color: approx Medium Orchid. HEX triplet: B1, 48 and FD. RGB value is (177,72,253). Sum of RGB (Red+Green+Blue) = 177+72+253=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B148FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B148FD is #4EB702. Grayscale: #7B7B7B. Windows color (decimal): -5158659 or 16599217. OLE color: 16599217.

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

Color convert

RGB17772253-
CMYK0.300.7200.01
HSL274.81º97.84%63.73%-
HSV(B)274.81º71.54%99.22%-
XYZ38.1821.0794.98-
YUV124.03200.79165.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 72 (28.52% from 255) = 14.34%
BLUE value IS 253 (99.22% from 255) = 50.40%
R=35.26%
G=14.34%
B=50.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal177722530.300.7200.01274.8197.8463.73
HexB148FD1E48011136240
Octal2611103753611001423142100
Binary101100011001000111111011111010010000110001001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148FD; }

 p { color: rgb(177,72,253); }

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

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

 a { background-color: rgb(177,72,253); }

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

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

 span { border-color: rgb(177,72,253); }

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