#B048CA

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

Shades of Medium Orchid #B048CA

Tints of Medium Orchid #B048CA

Color information

#B048CA (or 0xB048CA) is unknown color: approx Medium Orchid. HEX triplet: B0, 48 and CA. RGB value is (176,72,202). Sum of RGB (Red+Green+Blue) = 176+72+202=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B048CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048CA is #4FB735. Grayscale: #757575. Windows color (decimal): -5224246 or 13256880. OLE color: 13256880.

HSL color Cylindrical-coordinate representation of color #B048CA: hue angle of 288º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B048CA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17672202-
CMYK0.130.6400.21
HSL288º55.08%53.73%-
HSV(B)288º64.36%79.22%-
XYZ30.8818.1357.75-
YUV117.92175.46169.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=39.11%
G=16%
B=44.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176722020.130.6400.2128855.0853.73
HexB048CAD400151203736
Octal260110312151000254406766
Binary1011000010010001100101011011000000010101100100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B048CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B048CA; }

 p { color: rgb(176,72,202); }

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

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

 a { background-color: rgb(176,72,202); }

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

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

 span { border-color: rgb(176,72,202); }

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