#b748ed

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

Shades of Medium Orchid #B748ED

Tints of Medium Orchid #B748ED

Color information

#B748ED (or 0xB748ED) is unknown color: approx Medium Orchid. HEX triplet: B7, 48 and ED. RGB value is (183,72,237). Sum of RGB (Red+Green+Blue) = 183+72+237=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B748ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B748ED is #48B712. Grayscale: #7B7B7B. Windows color (decimal): -4765459 or 15550647. OLE color: 15550647.

HSL color Cylindrical-coordinate representation of color #B748ED: hue angle of 280.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B748ED is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18372237-
CMYK0.230.7000.07
HSL280.36º82.09%60.59%-
HSV(B)280.36º69.62%92.94%-
XYZ37.1320.8282.18-
YUV124191.77170.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 72 (28.52% from 255) = 14.63%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=37.20%
G=14.63%
B=48.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183722370.230.7000.07280.3682.0960.59
HexB748ED174607118523d
Octal267110355271060743012275
Binary1011011110010001110110110111100011001111000110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b748ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b748ed; }

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

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

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

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

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

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

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

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