#B846FD

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

Shades of Medium Orchid #B846FD

Tints of Medium Orchid #B846FD

Color information

#B846FD (or 0xB846FD) is unknown color: approx Medium Orchid. HEX triplet: B8, 46 and FD. RGB value is (184,70,253). Sum of RGB (Red+Green+Blue) = 184+70+253=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #B846FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B846FD is #47B902. Grayscale: #7C7C7C. Windows color (decimal): -4700419 or 16598712. OLE color: 16598712.

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

Color convert

RGB18470253-
CMYK0.270.7200.01
HSL277.38º97.86%63.33%-
HSV(B)277.38º72.33%99.22%-
XYZ39.6921.6695.02-
YUV124.95200.27170.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 70 (27.73% from 255) = 13.81%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=36.29%
G=13.81%
B=49.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184702530.270.7200.01277.3897.8663.33
HexB846FD1B4801115623f
Octal270106375331100142514277
Binary10111000100011011111101110111001000011000101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B846FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B846FD; }

 p { color: rgb(184,70,253); }

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

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

 a { background-color: rgb(184,70,253); }

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

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

 span { border-color: rgb(184,70,253); }

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