#B84AF3

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

Shades of Medium Orchid #B84AF3

Tints of Medium Orchid #B84AF3

Color information

#B84AF3 (or 0xB84AF3) is unknown color: approx Medium Orchid. HEX triplet: B8, 4A and F3. RGB value is (184,74,243). Sum of RGB (Red+Green+Blue) = 184+74+243=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #B84AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AF3 is #47B50C. Grayscale: #7D7D7D. Windows color (decimal): -4699405 or 15944376. OLE color: 15944376.

HSL color Cylindrical-coordinate representation of color #B84AF3: hue angle of 279.05º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84AF3 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18474243-
CMYK0.240.7000.05
HSL279.05º87.56%62.16%-
HSV(B)279.05º69.55%95.29%-
XYZ38.3921.5686.93-
YUV126.16193.94169.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 74 (29.30% from 255) = 14.77%
BLUE value IS 243 (95.31% from 255) = 48.50%
R=36.73%
G=14.77%
B=48.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184742430.240.7000.05279.0587.5662.16
HexB84AF3184605117583e
Octal270112363301060542713076
Binary1011100010010101111001111000100011001011000101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AF3; }

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

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

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

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

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

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

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

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