#B748E0

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

Shades of Medium Orchid #B748E0

Tints of Medium Orchid #B748E0

Color information

#B748E0 (or 0xB748E0) is unknown color: approx Medium Orchid. HEX triplet: B7, 48 and E0. RGB value is (183,72,224). Sum of RGB (Red+Green+Blue) = 183+72+224=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #B748E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748E0 is #48B71F. Grayscale: #7A7A7A. Windows color (decimal): -4765472 or 14698679. OLE color: 14698679.

HSL color Cylindrical-coordinate representation of color #B748E0: hue angle of 283.82º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B748E0 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18372224-
CMYK0.180.6800.12
HSL283.82º71.03%58.04%-
HSV(B)283.82º67.86%87.84%-
XYZ35.320.0872.54-
YUV122.52185.27171.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=38.20%
G=15.03%
B=46.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183722240.180.6800.12283.8271.0358.04
HexB748E012440C11c473a
Octal2671103402210401443410772
Binary10110111100100011100000100101000100011001000111001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B748E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B748E0; }

 p { color: rgb(183,72,224); }

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

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

 a { background-color: rgb(183,72,224); }

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

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

 span { border-color: rgb(183,72,224); }

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