#B248D1

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

Shades of Medium Orchid #B248D1

Tints of Medium Orchid #B248D1

Color information

#B248D1 (or 0xB248D1) is unknown color: approx Medium Orchid. HEX triplet: B2, 48 and D1. RGB value is (178,72,209). Sum of RGB (Red+Green+Blue) = 178+72+209=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #B248D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248D1 is #4DB72E. Grayscale: #767676. Windows color (decimal): -5093167 or 13715634. OLE color: 13715634.

HSL color Cylindrical-coordinate representation of color #B248D1: hue angle of 286.42º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B248D1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17872209-
CMYK0.150.6600.18
HSL286.42º59.83%55.1%-
HSV(B)286.42º65.55%81.96%-
XYZ32.1918.762.24-
YUV119.31178.62169.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 72 (28.52% from 255) = 15.69%
BLUE value IS 209 (82.03% from 255) = 45.53%
R=38.78%
G=15.69%
B=45.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178722090.150.6600.18286.4259.8355.1
HexB248D1F4201211e3c37
Octal262110321171020224367467
Binary1011001010010001101000111111000010010010100011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248D1; }

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

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

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

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

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

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

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

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