#B85BFC

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

Shades of Medium Orchid #B85BFC

Tints of Medium Orchid #B85BFC

Color information

#B85BFC (or 0xB85BFC) is unknown color: approx Medium Orchid. HEX triplet: B8, 5B and FC. RGB value is (184,91,252). Sum of RGB (Red+Green+Blue) = 184+91+252=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #B85BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BFC is #47A403. Grayscale: #888888. Windows color (decimal): -4695044 or 16538552. OLE color: 16538552.

HSL color Cylindrical-coordinate representation of color #B85BFC: hue angle of 274.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85BFC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18491252-
CMYK0.270.6400.01
HSL274.66º96.41%67.25%-
HSV(B)274.66º63.89%98.82%-
XYZ41.0824.794.7-
YUV137.16192.81161.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 91 (35.94% from 255) = 17.27%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=34.91%
G=17.27%
B=47.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184912520.270.6400.01274.6696.4167.25
HexB85BFC1B40011136043
Octal2701333743310001423140103
Binary101110001011011111111001101110000000110001001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BFC; }

 p { color: rgb(184,91,252); }

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

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

 a { background-color: rgb(184,91,252); }

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

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

 span { border-color: rgb(184,91,252); }

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