#B548CD

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

Shades of Medium Orchid #B548CD

Tints of Medium Orchid #B548CD

Color information

#B548CD (or 0xB548CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 48 and CD. RGB value is (181,72,205). Sum of RGB (Red+Green+Blue) = 181+72+205=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #B548CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548CD is #4AB732. Grayscale: #777777. Windows color (decimal): -4896563 or 13453493. OLE color: 13453493.

HSL color Cylindrical-coordinate representation of color #B548CD: hue angle of 289.17º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B548CD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18172205-
CMYK0.120.6500.20
HSL289.17º57.08%54.31%-
HSV(B)289.17º64.88%80.39%-
XYZ32.3918.8759.69-
YUV119.75176.11171.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 72 (28.52% from 255) = 15.72%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=39.52%
G=15.72%
B=44.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181722050.120.6500.20289.1757.0854.31
HexB548CDC410141213936
Octal265110315141010244417166
Binary1011010110010001100110111001000001010100100100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548CD; }

 p { color: rgb(181,72,205); }

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

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

 a { background-color: rgb(181,72,205); }

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

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

 span { border-color: rgb(181,72,205); }

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