#B84AD5

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

Shades of Medium Orchid #B84AD5

Tints of Medium Orchid #B84AD5

Color information

#B84AD5 (or 0xB84AD5) is unknown color: approx Medium Orchid. HEX triplet: B8, 4A and D5. RGB value is (184,74,213). Sum of RGB (Red+Green+Blue) = 184+74+213=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #B84AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AD5 is #47B52A. Grayscale: #7A7A7A. Windows color (decimal): -4699435 or 13978296. OLE color: 13978296.

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

Color convert

RGB18474213-
CMYK0.140.6500.16
HSL287.48º62.33%56.27%-
HSV(B)287.48º65.26%83.53%-
XYZ34.2319.8964.99-
YUV122.74178.94171.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=39.07%
G=15.71%
B=45.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184742130.140.6500.16287.4862.3356.27
HexB84AD5E4101011f3e38
Octal270112325161010204377670
Binary1011100010010101101010111101000001010000100011111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AD5; }

 p { color: rgb(184,74,213); }

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

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

 a { background-color: rgb(184,74,213); }

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

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

 span { border-color: rgb(184,74,213); }

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