#b248c7

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

Shades of Medium Orchid #B248C7

Tints of Medium Orchid #B248C7

Color information

#B248C7 (or 0xB248C7) is unknown color: approx Medium Orchid. HEX triplet: B2, 48 and C7. RGB value is (178,72,199). Sum of RGB (Red+Green+Blue) = 178+72+199=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #B248C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248C7 is #4DB738. Grayscale: #757575. Windows color (decimal): -5093177 or 13060274. OLE color: 13060274.

HSL color Cylindrical-coordinate representation of color #B248C7: hue angle of 290.08º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B248C7 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17872199-
CMYK0.110.6400.22
HSL290.08º53.14%53.14%-
HSV(B)290.08º63.82%78.04%-
XYZ30.9918.2255.92-
YUV118.17173.62170.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 199 (78.12% from 255) = 44.32%
R=39.64%
G=16.04%
B=44.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178721990.110.6400.22290.0853.1453.14
HexB248C7B400161223535
Octal262110307131000264426565
Binary1011001010010001100011110111000000010110100100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b248c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b248c7; }

 p { color: rgb(178,72,199); }

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

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

 a { background-color: rgb(178,72,199); }

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

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

 span { border-color: rgb(178,72,199); }

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