#B84FE0

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

Shades of Medium Orchid #B84FE0

Tints of Medium Orchid #B84FE0

Color information

#B84FE0 (or 0xB84FE0) is unknown color: approx Medium Orchid. HEX triplet: B8, 4F and E0. RGB value is (184,79,224). Sum of RGB (Red+Green+Blue) = 184+79+224=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #B84FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FE0 is #47B01F. Grayscale: #7E7E7E. Windows color (decimal): -4698144 or 14700472. OLE color: 14700472.

HSL color Cylindrical-coordinate representation of color #B84FE0: hue angle of 283.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84FE0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18479224-
CMYK0.180.6500.12
HSL283.45º70.05%59.41%-
HSV(B)283.45º64.73%87.84%-
XYZ36.0221.1672.71-
YUV126.92182.79168.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 79 (31.25% from 255) = 16.22%
BLUE value IS 224 (87.89% from 255) = 46.00%
R=37.78%
G=16.22%
B=46.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal184792240.180.6500.12283.4570.0559.41
HexB84FE012410C11b463b
Octal2701173402210101443310673
Binary10111000100111111100000100101000001011001000110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84FE0; }

 p { color: rgb(184,79,224); }

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

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

 a { background-color: rgb(184,79,224); }

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

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

 span { border-color: rgb(184,79,224); }

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