#B248DB

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

Shades of Medium Orchid #B248DB

Tints of Medium Orchid #B248DB

Color information

#B248DB (or 0xB248DB) is unknown color: approx Medium Orchid. HEX triplet: B2, 48 and DB. RGB value is (178,72,219). Sum of RGB (Red+Green+Blue) = 178+72+219=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B248DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248DB is #4DB724. Grayscale: #777777. Windows color (decimal): -5093157 or 14370994. OLE color: 14370994.

HSL color Cylindrical-coordinate representation of color #B248DB: hue angle of 283.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B248DB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17872219-
CMYK0.190.6700.14
HSL283.27º67.12%57.06%-
HSV(B)283.27º67.12%85.88%-
XYZ33.4619.2168.96-
YUV120.45183.62169.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=37.95%
G=15.35%
B=46.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178722190.190.6700.14283.2767.1257.06
HexB248DB13430E11b4339
Octal2621103332310301643310371
Binary10110010100100011011011100111000011011101000110111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248DB; }

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

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

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

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

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

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

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

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