#b84bf1

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

Shades of Medium Orchid #B84BF1

Tints of Medium Orchid #B84BF1

Color information

#B84BF1 (or 0xB84BF1) is unknown color: approx Medium Orchid. HEX triplet: B8, 4B and F1. RGB value is (184,75,241). Sum of RGB (Red+Green+Blue) = 184+75+241=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #B84BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BF1 is #47B40E. Grayscale: #7D7D7D. Windows color (decimal): -4699151 or 15813560. OLE color: 15813560.

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

Color convert

RGB18475241-
CMYK0.240.6900.05
HSL279.4º85.57%61.96%-
HSV(B)279.4º68.88%94.51%-
XYZ38.1621.5785.37-
YUV126.52192.61169-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 75 (29.69% from 255) = 15%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=36.8%
G=15%
B=48.2%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184752410.240.6900.05279.485.5761.96
HexB84BF1184505117563e
Octal270113361301050542712676
Binary1011100010010111111000111000100010101011000101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84bf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84bf1; }

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

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

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

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

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

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

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

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