#B84BD7

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

Shades of Medium Orchid #B84BD7

Tints of Medium Orchid #B84BD7

Color information

#B84BD7 (or 0xB84BD7) is unknown color: approx Medium Orchid. HEX triplet: B8, 4B and D7. RGB value is (184,75,215). Sum of RGB (Red+Green+Blue) = 184+75+215=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #B84BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BD7 is #47B428. Grayscale: #7B7B7B. Windows color (decimal): -4699177 or 14109624. OLE color: 14109624.

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

Color convert

RGB18475215-
CMYK0.140.6500.16
HSL286.71º63.64%56.86%-
HSV(B)286.71º65.12%84.31%-
XYZ34.5520.1366.35-
YUV123.55179.61171.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 75 (29.69% from 255) = 15.82%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=38.82%
G=15.82%
B=45.36%

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
Decimal184752150.140.6500.16286.7163.6456.86
HexB84BD7E4101011f4039
Octal2701133271610102043710071
Binary10111000100101111010111111010000010100001000111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BD7; }

 p { color: rgb(184,75,215); }

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

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

 a { background-color: rgb(184,75,215); }

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

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

 span { border-color: rgb(184,75,215); }

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