#B254DB

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

Shades of Medium Orchid #B254DB

Tints of Medium Orchid #B254DB

Color information

#B254DB (or 0xB254DB) is unknown color: approx Medium Orchid. HEX triplet: B2, 54 and DB. RGB value is (178,84,219). Sum of RGB (Red+Green+Blue) = 178+84+219=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B254DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254DB is #4DAB24. Grayscale: #7F7F7F. Windows color (decimal): -5090085 or 14374066. OLE color: 14374066.

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

Color convert

RGB17884219-
CMYK0.190.6200.14
HSL281.78º65.22%59.41%-
HSV(B)281.78º61.64%85.88%-
XYZ34.3220.9269.25-
YUV127.5179.64164.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=37.01%
G=17.46%
B=45.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178842190.190.6200.14281.7865.2259.41
HexB254DB133E0E11a413b
Octal262124333237601643210173
Binary1011001010101001101101110011111110011101000110101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254DB; }

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

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

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

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

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

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

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

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