#b85ef4

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

Shades of Medium Orchid #B85EF4

Tints of Medium Orchid #B85EF4

Color information

#B85EF4 (or 0xB85EF4) is unknown color: approx Medium Orchid. HEX triplet: B8, 5E and F4. RGB value is (184,94,244). Sum of RGB (Red+Green+Blue) = 184+94+244=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #B85EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EF4 is #47A10B. Grayscale: #898989. Windows color (decimal): -4694284 or 16015032. OLE color: 16015032.

HSL color Cylindrical-coordinate representation of color #B85EF4: hue angle of 276º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85EF4 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18494244-
CMYK0.250.6100.04
HSL276º87.21%66.27%-
HSV(B)276º61.48%95.69%-
XYZ40.124.7388.25-
YUV138.01187.82160.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 244 (95.70% from 255) = 46.74%
R=35.25%
G=18.01%
B=46.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal184942440.250.6100.0427687.2166.27
HexB85EF4193D041145742
Octal270136364317504424127102
Binary1011100010111101111010011001111101010010001010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85ef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85ef4; }

 p { color: rgb(184,94,244); }

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

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

 a { background-color: rgb(184,94,244); }

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

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

 span { border-color: rgb(184,94,244); }

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